HarbingerOfFire / bivittatusDB

Operator Based Relational Database Management system for python
https://pypi.org/project/bivittatusDB/
MIT License
6 stars 1 forks source link

PQC Standardization Now Available #17

Closed HarbingerOfFire closed 2 weeks ago

HarbingerOfFire commented 4 weeks ago

The NIST has officially standardized the Post-Quantum Encryption Algorithms in the links below for Key Encapsulation, Cryptographic Signatures, and Hashing Algorithms. I think we should start looking into how to implement these in place of RSA as they are more secure and are now officially standardized.

Links: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.204.pdf https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.205.pdf

HarbingerOfFire commented 4 weeks ago

I started https://github.com/HarbingerOfFire/PQC to start making the implementation, but I need a little help in making the NTT algorithm. The usage so far can be found in FIPS-203 4.3 Equation 9. I don't know if it works or not.