pub fn ecr1<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst_addr: A,
sig_addr: B,
msg_hash_addr: C,
) -> Instruction
Expand description
The 64-byte Secp256r1 public key (x, y) recovered from 64-byte signature on 32-byte message hash.
pub fn ecr1<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
dst_addr: A,
sig_addr: B,
msg_hash_addr: C,
) -> Instruction
The 64-byte Secp256r1 public key (x, y) recovered from 64-byte signature on 32-byte message hash.