Smash out seed

This commit is contained in:
Luke Parker
2024-06-23 06:31:22 -04:00
parent 1e2e3bd5ce
commit 11dba9173f
22 changed files with 146 additions and 64 deletions

View File

@@ -3,7 +3,7 @@ name = "polyseed"
version = "0.1.0"
description = "Rust implementation of Polyseed"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet.polyseed"
repository = "https://github.com/serai-dex/serai/tree/develop/coins/monero/wallet/polyseed"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
rust-version = "1.79"
@@ -40,5 +40,4 @@ std = [
"sha3/std",
"pbkdf2/std",
]
default = ["std"]