Skip to content

Commit 0540651

Browse files
committed
Initial (failing) implementation.
0 parents  commit 0540651

File tree

3 files changed

+409
-0
lines changed

3 files changed

+409
-0
lines changed

Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
3+
name = "secp256k1"
4+
version = "0.0.1"
5+
authors = [
6+
"Dawid Ciężarkiewicz <[email protected]>"
7+
]
8+
9+
[[lib]]
10+
name = "secp256k1"

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test:
2+
cargo test
3+
4+
build:
5+
cargo build
6+

0 commit comments

Comments
 (0)