Liking cljdoc? Tell your friends :D

clj-secp256k1.secp256k1


compress-public-keyclj

(compress-public-key public-key)

Create a compressed public key(33 bytes) from a uncompressed one(65 bytes).

Create a compressed public key(33 bytes) from a uncompressed one(65 bytes).
raw docstring

create-public-keyclj

(create-public-key private-key)

Create a uncompressed(65 bytes) public key for the given private key.

Create a uncompressed(65 bytes) public key for the given private key.
raw docstring

secp256k1clj


sign-schnorrclj

(sign-schnorr message secret-key aux-rand32)

Create a Schnorr signature.

Create a Schnorr signature.
raw docstring

verify-schnorrclj

(verify-schnorr signature message public-key)

Verify a Schnorr signature.

Verify a Schnorr signature.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close