File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This gem follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html)
5
5
All classes and public methods are part of the public API, unless explicitly noted otherwise
6
6
in their documentation.
7
7
8
+ 1.2.0
9
+ ----
10
+ Released on 2014-09-14.
11
+
12
+ - Adds aliases to ` ECDSA::Point ` so you can do point arithmetic with ` + ` and ` * `
13
+ operators. (Thanks to Stephen McCarthy.)
14
+
8
15
1.1.0
9
16
----
10
17
Released on 2014-04-20.
@@ -18,7 +25,7 @@ New features:
18
25
the infinity point and ` Group#valid_public_key? ` checks to make sure
19
26
that the point can be expressed as the generator point times a scalar.
20
27
- ` PrimeField#square_roots ` now works all prime fields.
21
-
28
+
22
29
Bug fixes:
23
30
24
31
- The signing and verification operations now properly take the leftmost bits
Original file line number Diff line number Diff line change 1
1
module ECDSA
2
- VERSION = '1.1 .0'
2
+ VERSION = '1.2 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments