Module test_framework

Source
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§

TestSigner
VerifyHelper

Functions§

sign_verify
Sign a message and verify that the signature is good.
try_decrypt
Try to decrypt a message.