-
Notifications
You must be signed in to change notification settings - Fork 0
Added new EIP for PQ keystore #1
New issue
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
base: master
Are you sure you want to change the base?
Conversation
1. **Key Derivation Function (KDF)** | ||
- Replaces PBKDF2 with more secure, memory-hard alternatives: | ||
- `argon2id` (preferred) | ||
|
||
2. **Authenticated Encryption** | ||
- Encryption must use an AEAD (Authenticated Encryption with Associated Data) scheme: | ||
- `aes-256-gcm` | ||
- or `xchacha20-poly1305` | ||
- MAC (message authentication code) is integrated into the encryption tag, eliminating the need for a separate field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gballet you have any opinions here?
hey here are some ballpark no (there are with the sha hash fn)
so the idea would be to store the prf keys and generate the epoch based keys when required What have you guys implemented/thought about this ?? |
No description provided.