aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/crypto.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/crypto.md b/docs/crypto.md
index 660bc18..3f7b3f1 100644
--- a/docs/crypto.md
+++ b/docs/crypto.md
@@ -21,9 +21,9 @@ anything marked with % is fixed,
| pearson | 8 | nil | use setpearson(table) to change the table, initial is 0..255|
| xxh64 | 64 | nil | xxhash |
| xxh32 | 32 | nil | |
-| crc8 | 8 | nil | |
-| crc16 | 16 | nil | |
-| crc32 | 32 | nil | |
+| % crc8 | 8 | nil | |
+| % crc16 | 16 | nil | |
+| % crc32 | 32 | nil | |
| fletcher8 | 8 | nil | |
| fletcher16 | 16 | nil | |
| fletcher32 | 32 | nil | |