1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00
Go to file
2018-07-31 17:10:03 +01:00
dh/sidh Use ADCB instead of SBBL in checkLessThanThree238 2018-07-31 17:10:03 +01:00
drbg Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
etc adds SIKE and SIDH 2018-07-23 23:18:38 +01:00
hash Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
kem/sike sidh: move p751 implementation to p751 folder 2018-07-27 00:09:34 +01:00
.gitignore tls: git ignore 2018-07-27 17:11:53 +01:00
.travis.yml AES-256 CTR_DRBG 2018-06-24 09:50:06 +01:00
Makefile creates package ready to move to tls-tris 2018-07-27 00:38:21 +01:00
README.md readme: sike/sidh 2018-07-23 23:23:34 +01:00

nobs-j-crypto

Crypto primitives implementation in Go.

Implemented primitives

  • dh/
    • SIDH
  • hash/
    • cSHAKE (sha3 coppied from "golang.org/x/crypto")
    • SM3
  • rand/
    • CTR_DRBG with AES256 (NIST SP800-90A)
  • kem/
    • SIKE: version 3 (as per paper on sike.org)

Testing

make test