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
Is your feature request related to a problem? Please describe.
Problem being packet capture and quantum safe cryptography.
Describe the solution you'd like
Implement a method of using MLKEM768 using seed data from a keycard chip. (Similar to PBKDF2 or Scrypt, generate two 32 byte determenistic seeds for MLKEM)
Describe alternatives you've considered
Considered scrypt or rsa to pass an aes key, its futile as the secret key cannot be passed in a tunnel or in the hostile environment.
Additional context
Using the public and private function of MLKEM, texts / messages can be sent using Waku, files with IPFS in the same way as befofe just patch in MLKEM to keycard link and waku go implementation. Scrap the 'new' cluster linking.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Problem being packet capture and quantum safe cryptography.
Describe the solution you'd like
Implement a method of using MLKEM768 using seed data from a keycard chip. (Similar to PBKDF2 or Scrypt, generate two 32 byte determenistic seeds for MLKEM)
Describe alternatives you've considered
Considered scrypt or rsa to pass an aes key, its futile as the secret key cannot be passed in a tunnel or in the hostile environment.
Additional context
Using the public and private function of MLKEM, texts / messages can be sent using Waku, files with IPFS in the same way as befofe just patch in MLKEM to keycard link and waku go implementation. Scrap the 'new' cluster linking.
The text was updated successfully, but these errors were encountered: