Skip to content

Commit 5e86567

Browse files
committed
Support ed25519 pubkey
1 parent 1e8012c commit 5e86567

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ source 'https://rubygems.org'
33
gem 'rake'
44
gem 'test-unit'
55
gem 'hocho'
6+
gem 'ed25519'
7+
gem 'bcrypt_pbkdf'

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ansi (1.5.0)
5+
bcrypt_pbkdf (1.1.0)
6+
ed25519 (1.3.0)
57
hashie (5.0.0)
68
hocho (0.3.7)
79
hashie
@@ -35,6 +37,8 @@ PLATFORMS
3537
ruby
3638

3739
DEPENDENCIES
40+
bcrypt_pbkdf
41+
ed25519
3842
hocho
3943
rake
4044
test-unit

0 commit comments

Comments
 (0)