CryptoPP

Classes

  • CryptoPP::IdentityHash
    An implementation of a CryptoPP identity hash, which can be used to sign/verify with a precomputed hash. This is typically used as a means to inject a precomputed digest into a signing/verification algorithm.

  • CryptoPP::SHA1_Digest
    Mirrors the CryptoPP declaration for ‘SHA1’, but this is used for our IdentityHash based version (for per-computed digests). Use this to provide a precomputed hash to the signer/verifier.

  • CryptoPP::SHA256_Digest
    Mirrors the CryptoPP declaration for ‘SHA256’, but this is used for our IdentityHash based version (for per-computed digests). Use this to provide a precomputed hash to the signer/verifier.