mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx] Fix ACID RSA verification.
This commit is contained in:
parent
f542b54154
commit
953a181180
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ namespace nx
|
|||
virtual void exportBinary();
|
||||
void signBinary(const crypto::rsa::sRsa2048Key& key);
|
||||
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
|
||||
virtual void clear();
|
||||
|
|
Loading…
Reference in a new issue