Is there any way of converting bytes into bytes32 using solidity assembly? (avoiding a loop, and knowing the size of the input bytes array)
Asked
Active
Viewed 1,154 times
1
-
You can look this library for inspiration https://github.com/pouladzade/Seriality – Mikko Ohtamaa Apr 05 '18 at 18:25