lib/ccrypto/private_key.rb in ccrypto-0.1.0 vs lib/ccrypto/private_key.rb in ccrypto-0.1.2
- old
+ new
@@ -25,6 +25,8 @@
end # PrivateKey
class ECCPrivateKey < PrivateKey; end
class RSAPrivateKey < PrivateKey; end
+ class ED25519PrivateKey < PrivateKey; end
+ class X25519PrivateKey < PrivateKey; end
end