Skip to content

Commit

Permalink
Merge pull request #16 from itzmeanjan/update-benchmark-functions
Browse files Browse the repository at this point in the history
Update Benchmark Functions
  • Loading branch information
itzmeanjan authored Nov 14, 2023
2 parents 7f6dd60 + 70c0c14 commit 72882b5
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 333 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turboshake"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Anjan Roy <[email protected]>"]
description = "A family of extendable output functions based on keccak-p[1600, 12] permutation"
Expand All @@ -25,8 +25,8 @@ hex = "=0.4.3"
criterion = "=0.5.1"
test-case = "=3.2.1"

[target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "loongarch64"))'.dev-dependencies]
criterion-cycles-per-byte = {git = "https://github.com/itzmeanjan/criterion-cycles-per-byte", rev = "2dc25c6"}
[target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64", target_arch = "loongarch64"))'.dev-dependencies]
criterion-cycles-per-byte = {git = "https://github.com/itzmeanjan/criterion-cycles-per-byte", rev = "d2f5bf863"}

[lib]
bench = false
Expand Down
Loading

0 comments on commit 72882b5

Please sign in to comment.