libtropic
C library for TROPIC01 chip
|
int lt_ed25519_sign_open | ( | const uint8_t * | msg, |
const uint16_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 |
rs | R and S part of the message's signature |