Expand description
Contains simple key derivation functions for different purposes
Constantsยง
- HASH_
KEY_ ๐PACKET_ TAG
Functionsยง
- create_
kdf_ ๐instance - derive_
packet_ tag - Derives the packet tag used during packet construction by expanding the given secret.
- generate_
key ๐ - Internal convenience function to generate key and IV from the given secret, that is cryptographically strong.
- generate_
key_ ๐iv - Internal convenience function to generate key and IV from the given secret, that is cryptographically strong.