1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-22 23:28:57 +00:00
nobs/README.md

13 lines
186 B
Markdown
Raw Normal View History

2018-06-01 00:02:53 +01:00
# nobs-j-crypto
Crypto primitives implementation in Go.
## Implemented primitives
* hash/
- cSHAKE (sha3 coppied from "golang.org/x/crypto")
- SM3
## Testing
```
make test
```