Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
1.48k
stars
167
forks
source link
extras: Add EC toolbox abstractions and OPRF(P-384, SHA-384) VOPRF API #292
Closed
simonjbeaumont closed 1 week ago
Motivation
We would like to provide support for the P384-SHA384 Verifiable Oblivious Pseudorandom Function (VOPRF) as defined in RFC 9497: VOPRF Protocol.
Modifications
Group
,GroupElement
,GroupScalar
,HashToGroup
.enum P384._VOPRF
.Results
OPRF(P-384, SHA-384)
in VOPRF mode.Tests
HashToField
implementation.