MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / append_random

Method append_random

Tools/octetStream.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void octetStream::append_random(size_t num)
141{
142 randombytes_buf(append(num), num);
143}
144
145
146void octetStream::concat(const octetStream& os)

Callers 2

CommitFunction · 0.80
commitMethod · 0.80

Calls 1

appendFunction · 0.70

Tested by

no test coverage detected