libtropic
C library for TROPIC01 chip
|
lt_ret_t lt_ecc_eddsa_sig_verify | ( | const uint8_t * | msg, |
const uint16_t | msg_len, | ||
const uint8_t * | pubkey, | ||
const uint8_t * | rs | ||
) |
msg | Message |
msg_len | Length of message. Max length is 4095 |
pubkey | Public key related to private key which signed the message |
rs | Signature to be verified, in a form of R and S bytes |