Method: Ccrypto::PublicKey#initialize
- Defined in:
- lib/ccrypto/public_key.rb
#initialize(pubkey) ⇒ PublicKey
Returns a new instance of PublicKey.
6 7 8 |
# File 'lib/ccrypto/public_key.rb', line 6 def initialize(pubkey) @native_pubKey = pubkey end |