GNSPS / solidity-bytes-utils

Utility Solidity library composed of basic operations for tightly packed bytes arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Using Bytes Lib for bytes32

bh2smith opened this issue · comments

Does BytesLib, in its current state work for slicing bytes32?

Answer: No, BytesLib is for performing byte manipulation on bytes (not bytes32).