Home | History | Annotate | Download | only in default

Lines Matching defs:sk_hex

1080     char               sk_hex[crypto_sign_SECRETKEYBYTES * 2 + 1];
1306 sodium_bin2hex(sk_hex, sizeof sk_hex, sk, sizeof sk);
1309 printf("sk: [%s]\n", sk_hex);