Secp256k1PrivateKey

fmgp.crypto.Secp256k1PrivateKey
case class Secp256k1PrivateKey(rawBytes: Array[Byte])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def curvePoint: (Array[Byte], Array[Byte])
final def sign(data: Array[Byte]): Array[Byte]
final def verify(signature: Array[Byte], data: Array[Byte]): Boolean

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product