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

     1  //go:generate go run gen.go
     2  
     3  // Package sike is deprecated, it contains the SIKE key encapsulation mechanism.
     4  //
     5  // # DEPRECATION NOTICE
     6  //
     7  // SIDH and SIKE are deprecated as were shown vulnerable to a key recovery
     8  // attack by Castryck-Decru's paper (https://eprint.iacr.org/2022/975). New
     9  // systems should not rely on this package. This package is frozen.
    10  package sike