mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
The stdlib already has the functions `slice_empty?`, `slice_data_empty?` and `slice_refs_empty?` corresponding to "SEMPTY", "SDEMPTY" and "SREMPTY" assembly instructions. It's clear that the function name corresponding to assembly instruction 'SDEQ' should be `slice_data_equal?`, not `equal_slice_bits`, in order to maintain consistent naming conventions. Unfortunately, the mistake of calling the function `equal_slice_bits` has already been made, but at least it is possible to add the correct name as well. |
||
|---|---|---|
| .. | ||
| block | ||
| common | ||
| ellcurve | ||
| fift | ||
| func | ||
| funcfiftlib | ||
| openssl | ||
| parser | ||
| smartcont | ||
| smc-envelope | ||
| test | ||
| tl | ||
| util | ||
| vm | ||
| CMakeLists.txt | ||
| Ed25519.cpp | ||
| Ed25519.h | ||