serai/processor/signers
Luke Parker ed0221d804 Add BatchSignerTask
Uses a wrapper around AlgorithmMachine Schnorrkel to let the message be &[].
2024-09-19 23:36:32 -07:00
..
src Add BatchSignerTask 2024-09-19 23:36:32 -07:00
Cargo.toml Add BatchSignerTask 2024-09-19 23:36:32 -07:00
LICENSE Add empty serai-processor-signers library 2024-09-19 23:36:32 -07:00
README.md Add empty serai-processor-signers library 2024-09-19 23:36:32 -07:00

Processor Signers

Implementations of the tree signers used by a processor (the transaction signer, the Substrate signer, and the cosigner).

This library is interacted with via the serai_processor_messages::sign API.