MSIGINFO
crypto
The MSIGINFO
function extracts elements from a signed or signature macro. If a signature was found it outputs a map with the following keys, otherwise it outputs an empty map.
Key | Description |
key | ECC public key to use for signature verification. |
sig | Byte array containing the signature. |
MSIGINFO is available since version 2.7.8.
See also
Signatures
Examples
<%
1
'secp256r1'
'048881ea91c761e3fc24a7463e7118a18dbc3ee623e020ad26ae9a78042326d4c52eb125d14bbc11b7caed8920537d6a7db9d2b055bce32f1c9a04fbc337151d06'
'3045022100e088df9f52d1686313a367d85c366e8312d3e3ecf09609a7f79650b377707f0702207278fb090e2c0c17e4ff3926bcd74709fff2762808b5b759375da685d522fc13'
MSIG
%>
MSIGINFO