| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusCore.Crypto.Ed25519
Synopsis
Documentation
verifyEd25519Signature Source #
Arguments
| ∷ ByteString | Public Key (32 bytes) |
| → ByteString | Message (arbitrary length) |
| → ByteString | Signature (64 bytes) |
| → BuiltinResult Bool |
Ed25519 signature verification This will fail if the key or the signature are not of the expected length. This version uses the cardano-crypto-class implementation of the verification function (using libsodium).