![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Static Public Member Functions | |
| static void | TestPassphraseSingle (const std::span< const unsigned char > salt, const SecureString &passphrase, uint32_t rounds, const std::span< const unsigned char > correct_key={}, const std::span< const unsigned char > correct_iv={}) |
| static void | TestPassphrase (const std::span< const unsigned char > salt, const SecureString &passphrase, uint32_t rounds, const std::span< const unsigned char > correct_key={}, const std::span< const unsigned char > correct_iv={}) |
| static void | TestDecrypt (const CCrypter &crypt, const std::span< const unsigned char > ciphertext, const std::span< const unsigned char > correct_plaintext={}) |
| static void | TestEncryptSingle (const CCrypter &crypt, const CKeyingMaterial &plaintext, const std::span< const unsigned char > correct_ciphertext={}) |
| static void | TestEncrypt (const CCrypter &crypt, const std::span< const unsigned char > plaintext, const std::span< const unsigned char > correct_ciphertext={}) |
Definition at line 19 of file wallet_crypto_tests.cpp.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 59 of file wallet_crypto_tests.cpp.
|
inlinestatic |
|
inlinestatic |
Definition at line 22 of file wallet_crypto_tests.cpp.