File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.14.0 - 2019-07-08
2
+
3
+ * [ Feature-gate endormorphism optimization] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/120 )
4
+ because of a lack of clarity with respect to patents
5
+ * Got full no-std support including eliminating all use of libc in C bindings.
6
+ [ PR 1] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/115 )
7
+ [ PR 2] ( https://github.com/rust-bitcoin/rust-secp256k1/pull/125 ) .
8
+ This library should be usable in bare-metal environments and with rust-wasm.
9
+ Thanks to Elichai Turkel for driving this forward!
10
+
1
11
# 0.13.0 - 2019-05-21
2
12
3
13
* Update minimum supported rust compiler 1.22.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " secp256k1"
4
- version = " 0.13 .0"
4
+ version = " 0.14 .0"
5
5
authors = [
" Dawid Ciężarkiewicz <[email protected] >" ,
6
6
" Andrew Poelstra <[email protected] >" ]
7
7
license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments