Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/citp/BlockSci
/ Serializer
Method
Serializer
tools/parser/preproccessed_block.cpp:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
SHA256_CTX sha256;
231
232
Serializer() : sha256{} {
233
SHA256_Init(&sha256);
234
}
235
236
template <typename T>
237
void serialize(T t) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected