Open Dustin-Ray opened 12 months ago
currently, anything involving a keypair will only use SHA3 primitives for symmetric key exchange. Now that we have AES, we should enhance the library to ensure that either symmetric cipher can be used as the backend to the asymmetric keypair.
I am figuring out where is a symmetric key exchange happening in the asymmetric encryption/decryption.
currently, anything involving a keypair will only use SHA3 primitives for symmetric key exchange. Now that we have AES, we should enhance the library to ensure that either symmetric cipher can be used as the backend to the asymmetric keypair.