drillhash 0.1.0

Drillhash is an asic-resistant hashing algorithm for Ore.
Documentation
[dependencies.blake3]
optional = true
version = "1.5"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.num-traits]
version = "0.2.18"

[dependencies.num_enum]
version = "0.5"

[dependencies.primes]
version = "0.3.0"

[dependencies.sha3]
optional = true
version = "0.10.8"

[dependencies.solana-program]
optional = true
version = "1.18.11"

[dependencies.strum]
features = ["derive"]
version = "0.26.2"

[features]
default = ["blake3", "sha3"]
solana = ["solana-program"]

[lib]
name = "drillhash"

[package]
description = "Drillhash is an asic-resistant hashing algorithm for Ore."
documentation = "https://ore.supply"
edition = "2021"
homepage = "https://ore.supply"
keywords = ["solana", "crypto", "mining"]
license = "Apache-2.0"
name = "drillhash"
readme = "./README.md"
repository = "https://github.com/hardhatchad/drillhash"
resolver = "1"
version = "0.1.0"