mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Slice improvements:
* Rename to makeSlice * Well defined default construction * Add `empty` * Add operator[] * Buffer arithmetic
This commit is contained in:
@@ -230,7 +230,7 @@ Blob Serializer::getRaw (int offset, int length) const
|
||||
|
||||
uint256 Serializer::getSHA512Half () const
|
||||
{
|
||||
return sha512Half(make_Slice(mData));
|
||||
return sha512Half(makeSlice(mData));
|
||||
}
|
||||
|
||||
int Serializer::addVL (Blob const& vector)
|
||||
|
||||
Reference in New Issue
Block a user