mirror of
https://github.com/jakcron/nstool.git
synced 2025-01-08 19:05:28 +00:00
[nx] Fix ACID RSA verification.
This commit is contained in:
parent
f542b54154
commit
953a181180
|
@ -26,7 +26,7 @@ namespace nx
|
||||||
virtual void exportBinary();
|
virtual void exportBinary();
|
||||||
void signBinary(const crypto::rsa::sRsa2048Key& key);
|
void signBinary(const crypto::rsa::sRsa2048Key& key);
|
||||||
virtual void importBinary(const byte_t* bytes, size_t len);
|
virtual void importBinary(const byte_t* bytes, size_t len);
|
||||||
void verifyBinary(const crypto::rsa::sRsa2048Key& key);
|
void verifyBinary(const crypto::rsa::sRsa2048Key& key) const;
|
||||||
|
|
||||||
// variables
|
// variables
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
|
|
Loading…
Reference in a new issue