uint256_t
uint256_t copied to clipboard
[Feature Request] Endianness conversion functions
First of all, thanks for the simple and easy to use library
One cool addition could be endinness conversion functions. I'm thinking of something similar to glibc's endian.h
. This is very useful for people (like me) who want to serialize/deserialize values.
Thanks