|
|
||
|---|---|---|
| .github/workflows | ||
| .gitignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| bench_test.go | ||
| dsa.go | ||
| dsa_test.go | ||
| ecdsa.go | ||
| ecdsa_test.go | ||
| example_test.go | ||
| go.mod | ||
| rfc6979.go | ||
| rfc6979_test.go | ||
README.md
Tutus RFC6979
RFC6979 deterministic ECDSA signature implementation for the Tutus blockchain.
Overview
Provides deterministic ECDSA signatures per RFC6979 for cryptographic operations.
Installation
import "github.com/tutus-one/tutus-rfc6979"
License
MIT License
Part of the Tutus blockchain infrastructure.