Method: ECC::PrivateKey#public_key
- Defined in:
- lib/elliptic-lite/signature.rb
#public_key ⇒ Object Also known as: pubkey
47 48 49 |
# File 'lib/elliptic-lite/signature.rb', line 47 def public_key @pubkey ||= PublicKey.new( @secret * @group.g, group: @group ) end |