feat: add highwayhash
This commit is contained in:
16
__crypto/highwayhash/Cargo.lock
generated
Normal file
16
__crypto/highwayhash/Cargo.lock
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "highway"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3688f13e7735ae5ca93edc490f6c5885b77d473255bc1fed92b9c805f972bf94"
|
||||
|
||||
[[package]]
|
||||
name = "highwayhash"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"highway",
|
||||
]
|
||||
Reference in New Issue
Block a user