From b9b6206b193934c178901a5a0ec7a9613aed1238 Mon Sep 17 00:00:00 2001 From: Gusarich Date: Sun, 17 Nov 2024 10:38:10 +0300 Subject: [PATCH] feat: remove `stringHash` due to existence of `.hash` method --- stdlib/std/cells.tact | 2 -- 1 file changed, 2 deletions(-) diff --git a/stdlib/std/cells.tact b/stdlib/std/cells.tact index d14651bc1..dd0d5baf5 100644 --- a/stdlib/std/cells.tact +++ b/stdlib/std/cells.tact @@ -202,8 +202,6 @@ inline fun emptySlice(): Slice { return emptyCell().asSlice(); } -asm fun stringHash(data: Slice): Int { SHA256U } - struct DataSize { cells: Int; bits: Int;