kermage / cardanophp
v0.2.0
2024-09-16 15:29 UTC
Requires
- php: ^7.4|^8.2
- ext-sodium: *
- 2tvenom/cborencode: ^1.0
Requires (Dev)
- themeplate/tester: ^2.2
README
Created mainly for verifying datasignature from CIP30 wallets
Usage
use CardanoPHP\Verifier; Verifier::verify($signature, $key, $message, $address);
Translated from https://github.com/cardano-foundation/cardano-verify-datasignature
Used by CardanoPress