Martin Dušek
2018-10-24 11:26:02 UTC
I would like to verify a signature I previously created for a file
using CryptoPP::ECDSA<CryptoPP::ECP, CryptoPP::SHA256>::Signer . The file
is quite big (several GB) and I don't want to load it to memory in one
piece as my device can run out of RAM. Is there a way crypto++ can verify
large file's signature without loading whole file to memory?
using CryptoPP::ECDSA<CryptoPP::ECP, CryptoPP::SHA256>::Signer . The file
is quite big (several GB) and I don't want to load it to memory in one
piece as my device can run out of RAM. Is there a way crypto++ can verify
large file's signature without loading whole file to memory?
--
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users.
---
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.