Added fromStringAsUtf8
function.
More performance improvements.
- Renamed
ensureBits
toensureSize
. ensureSize
will drop excess bits.- Added
toString
andfromString
converters. - Added
empty
. - Performance improvements.
Added append
function.
Does no longer drop leading zeros when using fromHex
and/or toHex
.
- Added
chunksOf
function. - Added
width
function.
Added concat
function.
Initial release.