Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
void octetStream::append_random(size_t num)
141
{
142
randombytes_buf(append(num), num);
143
}
144
145
146
void octetStream::concat(const octetStream& os)
Callers
2
Commit
Function · 0.80
commit
Method · 0.80
Calls
1
append
Function · 0.70
Tested by
no test coverage detected