libtropic
C library for TROPIC01 chip
|
int lt_ecdsa_verify | ( | const uint8_t * | msg, |
const uint32_t | msg_len, | ||
const uint8_t * | pubkey, | ||
const uint8_t * | rs | ||
) |
msg | Message to be checked |
msg_len | Length of the message |
pubkey | Signer's public key (64B) |
rs | R and S part of the message's signature (64B) |