# nobs-j-crypto Crypto primitives implementation in Go. ## Implemented primitives * hash/ - cSHAKE (sha3 coppied from "golang.org/x/crypto") - SM3 ## Testing ``` make test ```