Home | History | Annotate | Download | only in default

Lines Matching defs:hex

23 static char hex[crypto_scalarmult_BYTES * 2 + 1];
38 sodium_bin2hex(hex, sizeof hex, alicepk, crypto_scalarmult_BYTES);
39 printf("%s\n", hex);
42 sodium_bin2hex(hex, sizeof hex, bobpk, crypto_scalarmult_BYTES);
43 printf("%s\n", hex);
47 sodium_bin2hex(hex, sizeof hex, k, crypto_scalarmult_BYTES);
48 printf("%s\n", hex);
52 sodium_bin2hex(hex, sizeof hex, k, crypto_scalarmult_BYTES);
53 printf("%s\n", hex);