All notable changes to this project will be documented in this file.
- Enhanced CLI capabilities with glob patterns and inspection commands
process_in_linetoAlgorithmProcessInLinetrait
- Blocks are now computed in parallel
permutationmodule has been changed toalgorithmPermutationtrait has been decomposed in multipleAlgorithm*trait
clearfunction from chacha20 and poly1305
- Added extension traits for vector of bytes, slices, strings, to encrypt and decrypt easily in
secured-enclave.
- BREAKING Added
Poly1305AEAD as default authentication algorithm used byEnclave
- BREAKING Fixed
ChaCha20implementation and added test vectors compliant with IETF RFC-7539
- Added local implementation of the
ChaCha20cipher, shipped withsecure-ciphercrate (#9)
- Removed
Cipher,ChaCha20Poly1305andEncryptionKeyfromsecure-enclavecrate (#9)- The
secure-ciphercrate should be used now.
- The
- Add inline documentation ((#6))
- Hide password prompt (#7)
- Remove unsafe println (#4)
- Initial release