You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: data/transactions/logic/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ For three-argument ops, `A` is the element two below the top, `B` is the penulti
109
109
| Op | Description |
110
110
| --- | --- |
111
111
|`sha256`| SHA256 hash of value X, yields [32]byte |
112
+
|`sha3_256`| SHA3_256 hash of value X, yields [32]byte |
112
113
|`keccak256`| Keccak256 hash of value X, yields [32]byte |
113
114
|`sha512_256`| SHA512_256 hash of value X, yields [32]byte |
114
115
|`ed25519verify`| for (data A, signature B, pubkey C) verify the signature of ("ProgData" \|\| program_hash \|\| data) against the pubkey => {0 or 1} |
0 commit comments