Expand description
A testing framework for backends that implement this interface.
Define a couple of functions and then use
[sequoia_keystore_backend::generate_tests!
] to generate a number
of standard tests.
Modules§
- data
- Test data. Test data.
Structs§
Functions§
- sign_
verify - Sign a message and verify that the signature is good.
- try_
decrypt - Try to decrypt a message.