Releases: monerobuilders/libmonero
Releases · monerobuilders/libmonero
v0.1.9
v0.1.8
- CryptoNight hash function
cn_slow_hash
added - Documentation refactored to docs.rs/libmonero
- Integration tests and workflows added for better CI
You can find the documents in docs.rs
Don't forget that this is experimental and not audited yet. Please use at your own risk.
v0.1.7
- MyMonero type added, now you can generate and use 13-word mnemonic seeds
- New languages added for both MyMonero (13-word) and Original (25-word) type seeds:
eo
,fr
,it
,jp
,lj
,pt
,ru
You can find the documents in docs folder.
Don't forget that this is experimental and not audited yet. Please use at your own risk.
v0.1.6
Rewrote the rest of the functions in Rust
v0.1.5
delete old go one
v0.1.4
Rewrite in Rust
v0.1.2
This release renames package and module name, adds docs changes etc. Nothing important to list.
v0.1.1
Version 0.1.1 Released! This release adds these functions to the previous one:
Utils
- ValidateAddress(address string) bool
Keys
- GenerateMnemonicSeed(language string) (string, error)
- DeriveHexSeedFromMnemonicSeed(mnemonic string, language string) (string, error)
- DerivePrivateKeysFromHexSeed(hexSeed string) (string, string, error)
- DerivePrivVKFromPrivSK(privateSpendKey string) (string, error)
- DerivePublicKeyFromPrivateKey(privateKey string) (string, error)
- DeriveAddressFromPubKeys(publicSpendKey string, publicViewKey string, network string) (string, error)
Version v0.1.0
Initial Version