Searched refs:crypto_hidden_to_curve (Results 1 – 4 of 4) sorted by relevance
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/ |
H A D | test.c | 317 crypto_hidden_to_curve(out.buf, in.buf); in fmt_class_set_binary_op_kind() 897 u8 u [32]; crypto_hidden_to_curve(u , r ); 898 u8 u1[32]; crypto_hidden_to_curve(u1, r1); 899 u8 u2[32]; crypto_hidden_to_curve(u2, r2); 900 u8 u3[32]; crypto_hidden_to_curve(u3, r3); 901 u8 u4[32]; crypto_hidden_to_curve(u4, r4); 919 crypto_hidden_to_curve(overlapping + i, overlapping + 31); 920 crypto_hidden_to_curve(separate, r); 987 u8 pkr[32]; crypto_hidden_to_curve(pkr, r); 1008 u8 pkr[32]; crypto_hidden_to_curve(pkr, r);
|
H A D | ctgrind.c | 190 crypto_hidden_to_curve(curve, hidden); in hidden_to_curve()
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/src/ |
H A D | monocypher.h | 369 void crypto_hidden_to_curve(uint8_t curve [32], const uint8_t hidden[32]);
|
H A D | monocypher.c | 2706 void crypto_hidden_to_curve(uint8_t curve[32], const uint8_t hidden[32]) in crypto_hidden_to_curve() function
|