Add nonce generator interface
Nonce generators (nonce_gen_t) can be used to get or allocate nonces. Users can request nonce generators from the crypto factory while nonce plugins register/remove themselves to/from the crypto factory.
This commit is contained in:
committed by
Tobias Brunner
parent
80c5b17d1a
commit
e2fc09c186
@@ -17,6 +17,7 @@ crypto/pkcs9.c crypto/pkcs9.h \
|
||||
crypto/proposal/proposal_keywords.c crypto/proposal/proposal_keywords.h \
|
||||
crypto/prfs/prf.c crypto/prfs/prf.h \
|
||||
crypto/rngs/rng.c crypto/rngs/rng.h \
|
||||
crypto/nonce_gen.h \
|
||||
crypto/prf_plus.h crypto/prf_plus.c \
|
||||
crypto/signers/signer.c crypto/signers/signer.h \
|
||||
crypto/crypto_factory.c crypto/crypto_factory.h \
|
||||
|
||||
Reference in New Issue
Block a user