Skip to content

Commit d22bd8d

Browse files
committed
elliptic-curve v0.13.0-pre.0
1 parent ff2bdf7 commit d22bd8d

File tree

3 files changed

+379
-2
lines changed

3 files changed

+379
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target/
22
**/target/
3-
**/Cargo.lock

elliptic-curve/Cargo.lock

+378
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elliptic-curve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elliptic-curve"
3-
version = "0.13.0-pre"
3+
version = "0.13.0-pre.0"
44
description = """
55
General purpose Elliptic Curve Cryptography (ECC) support, including types
66
and traits for representing various elliptic curve forms, scalars, points,

0 commit comments

Comments
 (0)