@@ -34,8 +34,8 @@ And the following compressed ephemeral key exchange schemes:
3434
3535The compressed schemes exhibit reduced public keys at the expense of longer computing times.
3636Their implementation is based on [ 11] , which in turn is based on and improves upon [ 9] and [ 10] .
37- Note that the supported compressed schemes are not compatible with the compressed variants submitted to the NIST PQC
38- standardization process (round 2), which are based on [ 10] .
37+ Note that the supported compressed schemes are not compatible with the compression variant submitted to the NIST PQC
38+ standardization process (round 2), which is based on [ 10] .
3939
4040The library was developed by [ Microsoft Research] ( http://research.microsoft.com/ ) for experimentation purposes.
4141
@@ -66,6 +66,7 @@ The library was developed by [Microsoft Research](http://research.microsoft.com/
6666
6767- Supports IND-CCA secure key encapsulation mechanism.
6868- Supports ephemeral Diffie-Hellman key exchange.
69+ - Includes compressed variants that feature reduced public key sizes.
6970- Supports four security levels matching the post-quantum security of AES128, SHA3-256, AES192 and AES256.
7071- Protected against timing and cache-timing attacks through regular, constant-time implementation of
7172 all operations on secret key material.
@@ -80,7 +81,7 @@ The library was developed by [Microsoft Research](http://research.microsoft.com/
8081
8182## New in Version 3.2
8283
83- - Added four new parameter sets of compressed SIDH and four new parameter sets of compressed SIKE based on [ 11] .
84+ - Added four new parameter sets for compressed SIDH and four new parameter sets for compressed SIKE [ 11] .
8485
8586## Supported Platforms
8687
0 commit comments