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 commit:
- Adds the `basic_deterministic` example demonstrating deterministic API usage (without a `randombytes()` implementation).
- Uses only the `crypto_kem_*_derand` functions, no `randombytes()` required.
- Updates the expected key outputs for deterministic entropy inputs (Alice: all 0 input, Bob: all 1 input).
Signed-off-by: willieyz <[email protected]>
0 commit comments