Go to the source code of this file.
Functions | |
OPENSSL_EXPORT int | ec_hash_to_curve_p384_xmd_sha512_sswu_draft07 (const EC_GROUP *group, EC_RAW_POINT *out, const uint8_t *dst, size_t dst_len, const uint8_t *msg, size_t msg_len) |
OPENSSL_EXPORT int | ec_hash_to_scalar_p384_xmd_sha512_draft07 (const EC_GROUP *group, EC_SCALAR *out, const uint8_t *dst, size_t dst_len, const uint8_t *msg, size_t msg_len) |
OPENSSL_EXPORT int ec_hash_to_curve_p384_xmd_sha512_sswu_draft07 | ( | const EC_GROUP * | group, |
EC_RAW_POINT * | out, | ||
const uint8_t * | dst, | ||
size_t | dst_len, | ||
const uint8_t * | msg, | ||
size_t | msg_len | ||
) |
Definition at line 339 of file hash_to_curve.c.