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

Release 0.1.0

Latest
Compare
Choose a tag to compare
@romanstrobl romanstrobl released this 15 Oct 14:47
· 57 commits to develop since this release
e435da4

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