Skip to content

Commit

Permalink
feat: remove stringHash due to existence of .hash method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Nov 17, 2024
1 parent 21d0c61 commit b9b6206
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stdlib/std/cells.tact
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ inline fun emptySlice(): Slice {
return emptyCell().asSlice();
}

asm fun stringHash(data: Slice): Int { SHA256U }

struct DataSize {
cells: Int;
bits: Int;
Expand Down

0 comments on commit b9b6206

Please sign in to comment.