1
0
의 미러 https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00
Go to file
2019-02-19 14:43:36 +00:00
dh WIP 2019-02-19 14:43:36 +00:00
drbg drbg: 0 alloc dbrg 2019-02-17 22:36:33 +00:00
ec/x448 x448: Export shared secret size (#3) 2018-08-03 14:36:45 +01:00
etc csidh: Init 2019-02-12 21:28:37 +00:00
hash Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
kem/sike complate rewrite for SIDH and SIKE. adds p503 (#5) 2018-09-11 12:02:29 +01:00
utils drbg: 0 alloc dbrg 2019-02-17 22:36:33 +00: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
Makefile WIP 2019-02-19 14:43:36 +00:00
README.md Update README.md 2018-09-11 13:40:58 +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