sn-secp256k1
sn-secp256k1
secp256k1
Keys
PrivateKey
PublicKey
Secp256k1
Secp256k1Aux
Secp256k1Extern
UtilsExtern
sn-secp256k1
/
secp256k1
/
PublicKey
PublicKey
case
class
PublicKey
(
publicKey:
Array
[
UByte
])
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
toHex
:
String
def
verify
(
sighash:
Array
[
UByte
],
signature:
Array
[
UByte
]):
Either
[
String
,
Boolean
]
def
verify
(
sighashhex:
String
,
signaturehex:
String
):
Either
[
String
,
Boolean
]
def
verify
(
sighashhex:
String
,
signature:
Array
[
UByte
]):
Either
[
String
,
Boolean
]
def
verify
(
sighash:
Array
[
UByte
],
signaturehex:
String
):
Either
[
String
,
Boolean
]
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product