forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added generic sha256 (FuelLabs#1544)
* Added generic sha256 * Update sway-lib-std/src/hash.sw Co-authored-by: John Adler <[email protected]> * Inlined comments and updated formatting * Cleaned up asm * Fixing import * Updating tests, WIP * Pushing up tests that fail to compile * Updating docs * Formatting * Updating compiler intrinsics * Saving before pulling master in * Updated tests * Fixed formatting * Starting to add hash validation for testing * Updated integers * Added str hashing * Added concrete tuple validation * Added concrete array validation * Added concrete enum validation * Added b256 validation * Formatting & core::num update * Testing struct, WIP * Hashing struct works * Formatting * Updating examples for mdbook * Updating to buggy formatting and removed comment * Updating import formatting * Update sway-lib-std/src/hash.sw Co-authored-by: John Adler <[email protected]> Co-authored-by: John Adler <[email protected]>
- Loading branch information
Showing
5 changed files
with
502 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.