(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |