Secp256k1

object Secp256k1 extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Type members

Classlikes

object CURVE extends Object
class Point(x: BigInt, y: BigInt) extends Object
Companion:
object
Source:
Bindings.scala
object Point extends Object
Companion:
class
Source:
Bindings.scala
object schnorr extends Object
object utils extends Object

Value members

Concrete methods

def getPublicKey(privateKey: Uint8Array, compressed: Boolean): Uint8Array
def recoverPublicKey(msgHash: Uint8Array, sig: Uint8Array, rec: Integer, compressed: Boolean): Uint8Array
def signSync(msgHash: Uint8Array, privateKey: Uint8Array, options: Dictionary[Boolean]): Uint8Array
def verify(sig: Uint8Array, msgHash: Uint8Array, publicKey: Uint8Array): Boolean

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object