From ef150c56fa89bc07e214a7a94c29335e2089cd3e Mon Sep 17 00:00:00 2001 From: Christian Reitter Date: Sat, 27 Apr 2024 14:01:57 +0200 Subject: [PATCH] Document unsafe and unsupported nature of this fork --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e30924cb..9ea1004f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +# Unsafe Fast Fork +## DO NOT USE THIS LIBRARY + +This is an experimental fork with extreme changes that **intentionally break important security mechanisms and functionality** in favor of speed for certain security research workloads. + +The forked library version is **completely unsuitable for any type of production use** and receives no support or maintenance of any kind. +It is published primarily as a reference for other researchers. You have been warned. + +The original documentation content and other references are kept as-is to limit the repository differences to upstream. However, be aware that none of the contact information, usage guidance or security guarantees still applies since this is a deliberately broken variant of the project. + +---- +

Rust Bitcoin