File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.2.0] (2017-12-15)
2+
3+ [ 1.2.0 ] : https://github.com/cryptosphere/x25519/compare/v1.1.0...v1.2.0
4+
5+ * [ #13 ] ( https://github.com/cryptosphere/ed25519/pull/13 )
6+ Add ` Ed25519::SigningKey.from_keypair `
7+
8+ * [ #12 ] ( https://github.com/cryptosphere/ed25519/pull/12 )
9+ Add ` Ed25519.validate_key_bytes ` method
10+
111# [ 1.1.0] (2017-12-13)
212
313[ 1.1.0 ] : https://github.com/cryptosphere/x25519/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 55[ build-image ] : https://travis-ci.org/cryptosphere/ed25519.svg?branch=master
66[ build-link ] : https://travis-ci.org/cryptosphere/ed25519
77[ docs-image ] : https://img.shields.io/badge/yard-docs-blue.svg
8- [ docs-link ] : http://www.rubydoc.info/gems/ed25519/1.1 .0
8+ [ docs-link ] : http://www.rubydoc.info/gems/ed25519/1.2 .0
99[ license-image ] : https://img.shields.io/badge/license-MIT-blue.svg
1010[ license-link ] : https://github.com/cryptosphere/ed25519/blob/master/LICENSE
1111
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Ed25519
4- VERSION = "1.1 .0"
4+ VERSION = "1.2 .0"
55end
You can’t perform that action at this time.
0 commit comments