(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).
(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.
(sign-schnorr message secret-key aux-rand32)
Create a Schnorr signature.
Create a Schnorr signature.
(verify-schnorr signature message public-key)
Verify a Schnorr signature.
Verify a Schnorr signature.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close