It seems that in the classes
RSASSA_PKCS1v15_SHA_Signer
RSASSA_PKCS1v15_SHA_Verifier
CryptoPP::DSA::Verifier
CryptoPP::DSA::Signer
(and probably others) NewVerificationAccumulator()
or NewSignatureAccumulator() are private, though
they are public in PK_Signer and PK_Verifier.
Is this intentional? It necessitates an awkward
cast to use them. Is there some other way I should
be doing this?
Thanks,
Joseph
