Skip to content

Commit d659a81

Browse files
committed
first commit
0 parents  commit d659a81

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# hash-zig
2+
3+
This is the master branch.
4+
5+
## Development
6+
7+
Active development happens on feature branches. Please check the following branches:
8+
9+
- `develop` - Main development branch
10+
- `rpc` - RPC feature branch
11+
12+
## Getting Started
13+
14+
Switch to the develop branch to see the latest code:
15+
16+
```bash
17+
git checkout develop
18+
```
19+
20+
## About
21+
22+
A pure Zig implementation of hash-based signatures with support for Poseidon2 and SHA3 hash functions.

0 commit comments

Comments
 (0)