Skip to content

Releases: symbolicsoft/kyber-k2so

Kyber-K2SO v0.2.3

30 Dec 10:58
Compare
Choose a tag to compare

Kyber-K2SO v0.2.2

17 Dec 10:07
Compare
Choose a tag to compare
  • Fix a potential variable timing issue.

Kyber-K2SO v0.2.1

12 Dec 20:23
Compare
Choose a tag to compare
  • Fix a buffer copy bug reported by @parazyd. Updating is recommended.
  • Update Go dependencies.

Kyber-K2SO v0.2.0

14 Apr 05:16
cae6700
Compare
Choose a tag to compare
  • This update fixes an important security issue thanks to contributions by William Wang. If you are using Kyber-K2SO, please make sure to update to the latest version to benefit from this fix.

Kyber-K2SO v0.1.0

06 Apr 10:56
Compare
Choose a tag to compare
  • Support for Kyber version 3, thanks to work contributed by Anton Tutoveanu.

Kyber-K2SO v0.0.7

31 Jul 16:09
Compare
Choose a tag to compare
  • Improved documentation.

Kyber-K2SO v0.0.6

31 Jul 11:28
Compare
Choose a tag to compare
  • Performance optimizations.

Kyber-K2SO v0.0.5

31 Jul 07:50
Compare
Choose a tag to compare

Export the following constants into the public API:

  • Kyber512SKBytes, a constant representing the byte length of private keys in Kyber-512.
  • Kyber768SKBytes, a constant representing the byte length of private keys in Kyber-768.
  • Kyber1024SKBytes, a constant representing the byte length of private keys in Kyber-1024.
  • Kyber512PKBytes, a constant representing the byte length of public keys in Kyber-512.
  • Kyber768PKBytes, a constant representing the byte length of public keys in Kyber-768.
  • Kyber1024PKBytes, a constant representing the byte length of public keys in Kyber-1024.
  • Kyber512CTBytes, a constant representing the byte length of ciphertexts in Kyber-512.
  • Kyber768CTBytes, a constant representing the byte length of ciphertexts in Kyber-768.
  • Kyber1024CTBytes, a constant representing the byte length of ciphertexts in Kyber-1024
  • KyberSSBytes, a constant representing the byte length of shared secrets in Kyber.

Kyber-K2SO v0.0.4

30 Jul 19:33
Compare
Choose a tag to compare
  • Added support for Kyber-512.
  • Added support for Kyber-1024.

Kyber-K2SO v0.0.3

30 Jul 07:20
Compare
Choose a tag to compare
Kyber-K2SO v0.0.3 Pre-release
Pre-release
  • Add more tests (go test)
  • Add benchmarking functionality (go test -bench=.)