summaryrefslogtreecommitdiff
path: root/src/channel.cpp
AgeCommit message (Collapse)Author
2022-04-30Channel: add missing endian headerRoman Smrž
2022-04-29Channel: fix nonce copying into headerRoman Smrž
2022-01-08Channel: use counter to generate nonceRoman Smrž
2021-02-06Avoid unnecessary copying in range loopsRoman Smrž
2020-04-16Remove optional from load resultRoman Smrž
Makes loading of data well-defined for arbitrary object contents. Introduce zero reference and object to represent missing or mismatched parts.
2020-03-14Storage: filter ancestors and overwritable Ref and StoredRoman Smrž
Simple but slow implementation of the filtering for now.
2020-02-05Encrypted channelsRoman Smrž