summaryrefslogtreecommitdiff
path: root/docs/common/lib_crypto
diff options
context:
space:
mode:
Diffstat (limited to 'docs/common/lib_crypto')
-rw-r--r--docs/common/lib_crypto/RollingChecksum.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/common/lib_crypto/RollingChecksum.txt b/docs/common/lib_crypto/RollingChecksum.txt
index cbee1454..d871b3f2 100644
--- a/docs/common/lib_crypto/RollingChecksum.txt
+++ b/docs/common/lib_crypto/RollingChecksum.txt
@@ -30,3 +30,7 @@ with size s, then it should be called with
and now GetChecksum will return the checksum of the block (pBlock+1) of size s.
+FUNCTION RollingChecksum::RollForwardSeveral()
+
+Similar to RollForward(), but is more efficient for skipping several bytes at once. Takes pointers to the data buffer rather than the actual data values.
+