Releases: symbolicsoft/kyber-k2so
Releases · symbolicsoft/kyber-k2so
Kyber-K2SO v0.2.3
- Fix additional potential variable timing issues. More information
Kyber-K2SO v0.2.2
- Fix a potential variable timing issue.
Kyber-K2SO v0.2.1
- Fix a buffer copy bug reported by @parazyd. Updating is recommended.
- Update Go dependencies.
Kyber-K2SO v0.2.0
- 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
- Support for Kyber version 3, thanks to work contributed by Anton Tutoveanu.
Kyber-K2SO v0.0.7
- Improved documentation.
Kyber-K2SO v0.0.6
- Performance optimizations.
Kyber-K2SO v0.0.5
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-1024KyberSSBytes
, a constant representing the byte length of shared secrets in Kyber.
Kyber-K2SO v0.0.4
- Added support for Kyber-512.
- Added support for Kyber-1024.
Kyber-K2SO v0.0.3
- Add more tests (
go test
) - Add benchmarking functionality (
go test -bench=.
)