github.com/cloudflare/circl@v1.5.0/kem/frodo/doc.go (about)

     1  // Package frodo provides the key encapsulation mechanism FrodoKEM.
     2  //
     3  // Compatible with the implementation submitted to round 3 of the
     4  // NIST PQC competition [1]. This implementation draws heavily from the PQClean
     5  // implementation [2].
     6  //
     7  // References:
     8  //
     9  //	[1] https://frodokem.org/files/FrodoKEM-specification-20210604.pdf
    10  //	[2] https://github.com/PQClean/PQClean/tree/master/crypto_kem/frodokem640shake/clean
    11  package frodo