summaryrefslogtreecommitdiff
path: root/docs/common
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:24:49 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:24:49 +0000
commit065dc6f8cd168e3ee6e71ddfb06f42a92abfabbd (patch)
treeec09f9aff78d337b64ef4af7c7cba2d23a4ef0e9 /docs/common
parent9950474440f85c5a35be8cfe7a85cee884209f20 (diff)
Merged chromi/diffopt at r116 to trunk
Diffstat (limited to 'docs/common')
-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.
+