class Net::SSH::Transport::Kex::Abstract5656
Implement key-exchange algorithm from Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer (RFC 5656)
Public Instance Methods
curve_name()
click to toggle source
# File lib/net/ssh/transport/kex/abstract5656.rb, line 12 def curve_name raise NotImplementedError, 'abstract class: curve_name not implemented' end