Skip to content

Commit

Permalink
Merge branch 'dimalinux/cryptonote' into test-cryptonight
Browse files Browse the repository at this point in the history
  • Loading branch information
Boog900 committed Oct 6, 2024
2 parents cbdfab3 + a42618f commit 4d8b94c
Show file tree
Hide file tree
Showing 45 changed files with 3,081 additions and 13,129 deletions.
43 changes: 42 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 12 additions & 6 deletions cryptonight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@ version = "0.1.0"
edition = "2021"
description = "A wrapper around Monero's CryptoNight hash function."
license = "MIT"
authors = ["Boog900", "The Monero Project"]
authors = ["dimalinux", "Boog900", "The Monero Project"]
repository = "https://github.com/Cuprate/cuprate/tree/main/cryptonight"

[dependencies]
thiserror = "1"

[build-dependencies]
cc = "1"
thiserror = { workspace = true }
sha3 = "0.10.8"
groestl = "0.10.1"
skein = "0.1.0"
jh = "0.1.0"
keccak = "0.1.5"
digest = "0.10.7"

[dev-dependencies]
hex = "0.4"
hex = { workspace = true, features = ["std"] }

[lints]
workspace = true
52 changes: 0 additions & 52 deletions cryptonight/build.rs

This file was deleted.

123 changes: 0 additions & 123 deletions cryptonight/c/CryptonightR_JIT.c

This file was deleted.

22 changes: 0 additions & 22 deletions cryptonight/c/CryptonightR_JIT.h

This file was deleted.

Loading

0 comments on commit 4d8b94c

Please sign in to comment.