All notable changes to this project will be documented in this file.
- Enhanced CLI capabilities with glob patterns and inspection commands
process_in_line
toAlgorithmProcessInLine
trait
- Blocks are now computed in parallel
permutation
module has been changed toalgorithm
Permutation
trait has been decomposed in multipleAlgorithm*
trait
clear
function from chacha20 and poly1305
- Added extension traits for vector of bytes, slices, strings, to encrypt and decrypt easily in
secured-enclave
.
- BREAKING Added
Poly1305
AEAD as default authentication algorithm used byEnclave
- BREAKING Fixed
ChaCha20
implementation and added test vectors compliant with IETF RFC-7539
- Added local implementation of the
ChaCha20
cipher, shipped withsecure-cipher
crate (#9)
- Removed
Cipher
,ChaCha20Poly1305
andEncryptionKey
fromsecure-enclave
crate (#9)- The
secure-cipher
crate should be used now.
- The
- Add inline documentation ((#6))
- Hide password prompt (#7)
- Remove unsafe println (#4)
- Initial release