remove failure

This commit is contained in:
2025-03-26 04:33:46 -05:00
parent bb784d11c1
commit 9a7e0ea5f9
2 changed files with 75 additions and 79 deletions

View File

@@ -200,11 +200,9 @@ block-beta
comp{"compare"}
cipheredpass --> comp
cipheredhashed --> comp
space:7
space:5
suc(("success"))
fail(("fail"))
comp --"Equal"--> suc
comp --"Not Equal"--> fail
```