GNSPS / solidity-bytes-utils

Utility Solidity library composed of basic operations for tightly packed bytes arrays
The Unlicense
514 stars 109 forks source link

[Question] Using Bytes Lib for bytes32 #23

Closed bh2smith closed 5 years ago

bh2smith commented 5 years ago

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

bh2smith commented 5 years ago

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