diff --git a/Cargo.lock b/Cargo.lock index c5222e86eeba2..3e33d2b53206b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2546,12 +2546,13 @@ dependencies = [ [[package]] name = "fastcrypto" version = "0.1.4" -source = "git+https://github.com/MystenLabs/fastcrypto?rev=b69f4f4b4e8919b6b647304094a9d4e138facc3d#b69f4f4b4e8919b6b647304094a9d4e138facc3d" +source = "git+https://github.com/MystenLabs/fastcrypto?rev=eb58b7715088f3aecb714d94ab48fef984f54451#eb58b7715088f3aecb714d94ab48fef984f54451" dependencies = [ "aes", "aes-gcm", "auto_ops", "base64ct", + "bincode", "blake2 0.10.5", "blake3", "blst", @@ -2592,7 +2593,7 @@ dependencies = [ [[package]] name = "fastcrypto-derive" version = "0.1.2" -source = "git+https://github.com/MystenLabs/fastcrypto?rev=b69f4f4b4e8919b6b647304094a9d4e138facc3d#b69f4f4b4e8919b6b647304094a9d4e138facc3d" +source = "git+https://github.com/MystenLabs/fastcrypto?rev=eb58b7715088f3aecb714d94ab48fef984f54451#eb58b7715088f3aecb714d94ab48fef984f54451" dependencies = [ "proc-macro2 1.0.47", "quote 1.0.21", @@ -2602,7 +2603,7 @@ dependencies = [ [[package]] name = "fastcrypto-zkp" version = "0.1.0" -source = "git+https://github.com/MystenLabs/fastcrypto?rev=b69f4f4b4e8919b6b647304094a9d4e138facc3d#b69f4f4b4e8919b6b647304094a9d4e138facc3d" +source = "git+https://github.com/MystenLabs/fastcrypto?rev=eb58b7715088f3aecb714d94ab48fef984f54451#eb58b7715088f3aecb714d94ab48fef984f54451" dependencies = [ "ark-bls12-381", "ark-ec", diff --git a/Cargo.toml b/Cargo.toml index d1073eeaf6967..c5472b54da8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,8 +125,8 @@ move-prover-boogie-backend = { git = "https://github.com/move-language/move", re move-stackless-bytecode = { git = "https://github.com/move-language/move", rev = "265e8792ff2935db8246ddb308b36b893d507851" } move-symbol-pool = { git = "https://github.com/move-language/move", rev = "265e8792ff2935db8246ddb308b36b893d507851" } -fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d" } -fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", package = "fastcrypto-zkp" } +fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451" } +fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", package = "fastcrypto-zkp" } # anemo dependencies anemo = { git = "https://github.com/mystenlabs/anemo.git", rev = "7ebdcf82b5cccce71e9483d5b028329475a41a20" } diff --git a/crates/workspace-hack/Cargo.toml b/crates/workspace-hack/Cargo.toml index 7d94646cb8269..44bc246c0e6bd 100644 --- a/crates/workspace-hack/Cargo.toml +++ b/crates/workspace-hack/Cargo.toml @@ -194,8 +194,8 @@ event-listener = { version = "2", default-features = false } eyre = { version = "0.6", features = ["auto-install", "track-caller"] } fail-9fbad63c4bcf4a8f = { package = "fail", version = "0.4", default-features = false } fail-d8f496e17d97b5cb = { package = "fail", version = "0.5", default-features = false } -fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", features = ["copy_key", "secure"] } -fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false } +fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", features = ["copy_key", "secure"] } +fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", default-features = false } fastrand = { version = "1", default-features = false } fd-lock = { version = "3", default-features = false } fdlimit = { version = "0.2", default-features = false } @@ -862,9 +862,9 @@ event-listener = { version = "2", default-features = false } eyre = { version = "0.6", features = ["auto-install", "track-caller"] } fail-9fbad63c4bcf4a8f = { package = "fail", version = "0.4", default-features = false } fail-d8f496e17d97b5cb = { package = "fail", version = "0.5", default-features = false } -fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", features = ["copy_key", "secure"] } -fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false } -fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "b69f4f4b4e8919b6b647304094a9d4e138facc3d", default-features = false } +fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", features = ["copy_key", "secure"] } +fastcrypto-derive = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", default-features = false } +fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "eb58b7715088f3aecb714d94ab48fef984f54451", default-features = false } fastrand = { version = "1", default-features = false } fd-lock = { version = "3", default-features = false } fdlimit = { version = "0.2", default-features = false }