drcapybara / capyCRYPT

An experimental high-performance cryptosystem.
MIT License
11 stars 1 forks source link

fix: select AES or SHA3 as generic cipher for asymmetric operation #37

Open drcapybara opened 7 months ago

drcapybara commented 7 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.

Hyunggilwoo commented 4 months ago

I am figuring out where is a symmetric key exchange happening in the asymmetric encryption/decryption.