Add empty serai-processor-signers library

This will replace the signers still in the monolithic Processor binary.
This commit is contained in:
Luke Parker
2024-09-04 22:50:02 -04:00
parent b50b889918
commit 8380653855
14 changed files with 52 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
# 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.