RFC6979 deterministic ECDSA for Tutus blockchain
Go to file
Tutus Development 2c55dd0785 Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
.github/workflows Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
.gitignore Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
.travis.yml Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
LICENSE Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
README.md Initial commit - Tutus RFC6979 2025-12-21 05:57:03 -05:00
bench_test.go Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
dsa.go Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
dsa_test.go Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
ecdsa.go Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
ecdsa_test.go Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
example_test.go Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
go.mod Migrate module path to git.marketally.com 2025-12-27 09:55:46 -05:00
rfc6979.go Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
rfc6979_test.go Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00

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.