22 lines
384 B
Markdown
22 lines
384 B
Markdown
# Tutus RFC6979
|
|
|
|
RFC6979 deterministic ECDSA signature implementation for the Tutus blockchain.
|
|
|
|
## Overview
|
|
|
|
Provides deterministic ECDSA signatures per RFC6979 for cryptographic operations.
|
|
|
|
## Installation
|
|
|
|
```go
|
|
import "github.com/tutus-one/tutus-rfc6979"
|
|
```
|
|
|
|
## License
|
|
|
|
MIT License
|
|
|
|
---
|
|
|
|
Part of the [Tutus](https://github.com/tutus-one/tutus-chain) blockchain infrastructure.
|