Skip to content

Commit

Permalink
Update fastcrypto to 3ac9fa490f2d7eecd133c87a7c616328a217b66a
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Nov 29, 2022
1 parent c1bcc3f commit a05fae1
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 188 deletions.
155 changes: 18 additions & 137 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ move-prover = { git = "https://github.com/move-language/move", rev = "0800fc79a9
move-prover-boogie-backend = { git = "https://github.com/move-language/move", rev = "0800fc79a98ca304bd449878f545cdcaff6f94bb" }
move-symbol-pool = { git = "https://github.com/move-language/move", rev = "0800fc79a98ca304bd449878f545cdcaff6f94bb" }

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "bbd69732ac8410a324c6b175229522590264202c" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "bbd69732ac8410a324c6b175229522590264202c", package = "fastcrypto-zkp" }
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "3ac9fa490f2d7eecd133c87a7c616328a217b66a" }
fastcrypto-zkp = { git = "https://github.com/MystenLabs/fastcrypto", rev = "3ac9fa490f2d7eecd133c87a7c616328a217b66a", package = "fastcrypto-zkp" }

# anemo dependencies
anemo = { git = "https://github.com/mystenlabs/anemo.git", rev = "2c6c81d94fb8abcc0c36f99ab212282bd14cd9cb" }
Expand Down
8 changes: 2 additions & 6 deletions crates/sui-core/tests/staged/sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,8 @@ DeleteKind:
Ed25519KeyPair:
STRUCT:
- type: STR
- name:
TYPENAME: Ed25519PublicKey
- secret:
TYPENAME: Ed25519PublicKey
Ed25519PublicKey:
NEWTYPESTRUCT: STR
- name: STR
- secret: STR
EntryArgumentError:
STRUCT:
- argument_idx: U8
Expand Down
Loading

0 comments on commit a05fae1

Please sign in to comment.