Home
last modified time | relevance | path

Searched refs:uECC_sign (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/micro-ecc/test/
H A Dtest_ecdsa.c57 if (!uECC_sign(private, hash, sig)) { in main()
/btstack/3rd-party/micro-ecc/
H A DuECC.h146 int uECC_sign(const uint8_t private_key[uECC_BYTES],
H A DREADME.md22 … without the `0x04` prefix. `uECC_make_key()`, `uECC_shared_secret()`, `uECC_sign()`, and `uECC_ve…
H A DuECC.c2557 int uECC_sign(const uint8_t private_key[uECC_BYTES], in uECC_sign() function