1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 15:18:57 +00:00
Go to file
2018-07-05 15:51:09 +01:00
drbg Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
hash Temporarily change sha3 import location 2018-07-05 15:51:09 +01:00
.travis.yml AES-256 CTR_DRBG 2018-06-24 09:50:06 +01:00
Makefile SM3 and cSHAKE 2018-06-23 16:34:45 +01:00
README.md AES-256 CTR_DRBG 2018-06-24 09:50:06 +01:00

nobs-j-crypto

Crypto primitives implementation in Go.

Implemented primitives

  • hash/
    • cSHAKE (sha3 coppied from "golang.org/x/crypto")
    • SM3
  • rand/
    • CTR_DRBG with AES256 (NIST SP800-90A)

Testing

make test