(check-mnemonic mnemonic)
Check the validity of a mnemonic seed phrase. Return true if the provided mnemonic is valid.
Check the validity of a mnemonic seed phrase. Return true if the provided mnemonic is valid.
(entropy->mnemonic entropy)
(entropy->mnemonic entropy language)
Generate the mnemonic from entropy in binary format. Entropy size has to be a multiple of 32 in the range 128-256 bits.
Generate the mnemonic from entropy in binary format. Entropy size has to be a multiple of 32 in the range 128-256 bits.
(mnemonic->seed mnemonic)
(mnemonic->seed mnemonic passphrase)
Create a binary seed from the mnemonic
Create a binary seed from the mnemonic
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close