Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Releases: wultra/sike-java

Release 0.1.0

15 Oct 14:47
e435da4
Compare
Choose a tag to compare

The initial release of SIKE for Java contains the following functionality:

  • Port of reference and optimized implementations of SIKE from the official NIST round 3 implementation
  • Support for primes p434, p503, p610 and p751
  • SIDH key generation and key agreement
  • SIKE public key encryption (PKE) and key encapsulation mechanism (KEM)
  • Export and import of keys to various serialization formats
  • Compatibility with the official implementation is verified using KAT tests