We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voprf
Similar to JwkParameters or AlgorithmParameters I propose adding a Voprf parameter that adds the suite ID, see the RFC.
JwkParameters
AlgorithmParameters
ID
It could look like this:
pub trait Voprf<H: HashMarker> { const SUITE_ID: u16; }
NistP256 & co could then implement this trait.
NistP256
The name is actually not very good, it should probably be VoprfCipherSuiteId or something like that.
VoprfCipherSuiteId
Related: #497.
The text was updated successfully, but these errors were encountered:
VoprfParameters
Implemented in RustCrypto/traits#878. Trait implementation in curves in #506.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Similar to
JwkParameters
orAlgorithmParameters
I propose adding aVoprf
parameter that adds the suiteID
, see the RFC.It could look like this:
NistP256
& co could then implement this trait.The name is actually not very good, it should probably be
VoprfCipherSuiteId
or something like that.Related: #497.
The text was updated successfully, but these errors were encountered: