pub fn ed19<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
pub_key_addr: A,
sig_addr: B,
msg_addr: C,
msg_len: D,
) -> Instruction
Expand description
Verify ED25519 public key and signature match a message.
pub fn ed19<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
pub_key_addr: A,
sig_addr: B,
msg_addr: C,
msg_len: D,
) -> Instruction
Verify ED25519 public key and signature match a message.