-
Notifications
You must be signed in to change notification settings - Fork 89
Open
0 / 10 of 1 issue completedLabels
mithrilThings related to Mithril.Things related to Mithril.
Description
We need to verify the signatures of messages. Mithril key certificates are explained in this blog post. We can use the cardano-crypt-class
library for it, e.g. verifyKES
using StandardCrypto
.
To implement verification, we need to access raw bytes received from the network; this is enabled by input-output-hk/typed-protocols#74 and #4934. We must avoid re-serialisation.
Sub-issues
Metadata
Metadata
Assignees
Labels
mithrilThings related to Mithril.Things related to Mithril.
Type
Projects
Status
In Progress