1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00
Go to file
2018-12-03 22:17:04 +00:00
dh/sidh PERF: sidh-p503: Split sub and add into 2 uops instead of 3 (#8) 2018-11-18 20:57:29 +00:00
drbg Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
ec/x448 x448: Export shared secret size 2018-08-03 14:37:38 +01:00
etc script used for calculating sliding window startegy in SIDH P34 2018-10-25 15:22:28 +01:00
hash License BS for sha3 2018-10-25 15:22:28 +01:00
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) 2018-10-25 15:22:28 +01:00
.gitignore tls: git ignore 2018-07-27 17:11:53 +01:00
.travis.yml adds code coverage 2018-07-31 20:26:50 +01:00
LICENSE Change license to BSD-3 2018-12-03 22:17:04 +00:00
Makefile sidh/csidh: use SEE for performing CSWAP (#6) 2018-10-29 15:41:09 +00:00
README.md readme: License 2018-10-25 15:22:28 +01:00

nobs-j-crypto

Crypto primitives implementation in Go.

Implemented primitives

  • dh/
    • SIDH
  • ec/
    • x448
  • 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

Licence

WTFPL except if specified differently in subfolders