summaryrefslogtreecommitdiffstats
path: root/third_party/rust/constant_time_eq/README
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/constant_time_eq/README')
-rw-r--r--third_party/rust/constant_time_eq/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/constant_time_eq/README b/third_party/rust/constant_time_eq/README
new file mode 100644
index 0000000000..98cdaf04ca
--- /dev/null
+++ b/third_party/rust/constant_time_eq/README
@@ -0,0 +1,3 @@
+Compares two equal-sized byte strings in constant time.
+
+Inspired by the Linux kernel's crypto_memneq.