You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the ML-KEM key-encapsulation algorithm, defined by `[FIPS203]`.
149
149
ML-KEM requires an ML-KEM key, which determines the ML-KEM parameter set for the operation.
@@ -160,7 +160,7 @@ See `[FIPS203]` §8 for details on the parameter sets.
160
160
ML-KEM-1024, 1568
161
161
162
162
The 32-byte shared output key that is produced by ML-KEM is pseudorandom.
163
-
Although it can be used directly as an encryption key, it is recommended to use the output key as an input to a keyderivation operation to produce additional cryptographic keys.
163
+
Although it can be used directly as an encryption key, it is recommended to use the output key as an input to a key-derivation operation to produce additional cryptographic keys.
0 commit comments