1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00

readme: sike/sidh

This commit is contained in:
Henry Case 2018-07-23 23:23:34 +01:00
parent a4d12ceaae
commit 431c20d5ff

View File

@ -3,12 +3,16 @@
Crypto primitives implementation in Go. Crypto primitives implementation in Go.
## Implemented primitives ## Implemented primitives
* dh/
- SIDH
* hash/ * hash/
- cSHAKE (sha3 coppied from "golang.org/x/crypto") - cSHAKE (sha3 coppied from "golang.org/x/crypto")
- SM3 - SM3
* rand/ * rand/
- CTR_DRBG with AES256 (NIST SP800-90A) - CTR_DRBG with AES256 (NIST SP800-90A)
* kem/
- SIKE: version 3 (as per paper on sike.org)
## Testing ## Testing
``` ```
make test make test