class

Secp256k1Zkp::PublicKey

Inherits Secp256k1Zkp::Utility < Reference < Object

Constructors

new(compact_signature65 : RawdataCompactSignature, digest256 : Bytes, check_canonical = true)
Source
new(public_keydata : Bytes)
Source
new(public_keydata : RawdataCompressedPublicKey)
Source
new

零地址:Prefix + 1111111111111111111111111111111114T1Anm

Source

Class methods

from_wif(wif_public_key : String, public_key_prefix : String)
Source
is_zero?(wif_public_key : String, public_key_prefix : String) : Bool
Source

Instance methods

*(tweak : RawdataPrivateKey)
Source
*(tweak : PrivateKey)
Source
+(tweak : RawdataPrivateKey)
Source
+(tweak : PrivateKey)
Source
bytes
Source
ecc_point_bytes
Source
rawdata
Source
shared_secret(private_key : PrivateKey) : Bytes
Source
to_address
Source
to_wif(public_key_prefix : String)
Source
tweak_add(tweak : RawdataPrivateKey)
Source
tweak_add(tweak : PrivateKey)
  • 法调整
Source
tweak_mul(tweak : RawdataPrivateKey)
Source
tweak_mul(tweak : PrivateKey)
  • 法调整
Source