wickr-crypto-c
|
A cipher context designed to modularize the ECDH_HKDF_AES256 workflow. More...
#include <ecdh_cipher_ctx.h>
Data Fields | |
wickr_crypto_engine_t | engine |
wickr_ec_key_t * | local_key |
wickr_cipher_t | cipher |
A cipher context designed to modularize the ECDH_HKDF_AES256 workflow.
wickr_ecdh_cipher_ctx::cipher |
the cipher key type that the kdf output will be casted into
wickr_ecdh_cipher_ctx::engine |
the crypto engine that will supply the ECDH, KDF, and cipher operations
wickr_ecdh_cipher_ctx::local_key |
the private ec key that will be used for the ECDH operation