summaryrefslogtreecommitdiff
path: root/chip/host/dcrypto/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/dcrypto/README.md')
-rw-r--r--chip/host/dcrypto/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/chip/host/dcrypto/README.md b/chip/host/dcrypto/README.md
deleted file mode 100644
index 6812dde311..0000000000
--- a/chip/host/dcrypto/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Rough Dcrypto Implementation on Host for Fuzzing Targets.
-
-This implementation of the dcrypto API is not complete, but provides the needed
-function definitions to fuzz Cr50 code.
-The the following should be noted:
-* A complete implementation of dcrypto does not add any extra coverage since the
- dcrypto code here doesn't match the Cr50 implementation that depends on
- a specific hardware accelerator.
-* The input data comes from a fuzzer so storage encryption isn't necessary—no
- user data is handled.
-* For fuzzing fully implementing the crypto functionality isn't useful for the
- purpose of finding bugs--it makes the fuzzer take longer to execute without
- providing any benefit for the extra cycles.