This commit is contained in:
curryrasul
2022-09-28 10:34:49 +00:00
parent 896979505c
commit 998428752e
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@
<pre class="mermaid">flowchart TB
subgraph Generate Secret Key
random0(Random 32 bytes) --&gt; a_0(Secret key)
random0(Random 32 bytes) --&gt; a_0(Secret Key)
random1(Random 32 bytes) --&gt; a_0
end

View File

@@ -138,7 +138,7 @@
<pre class="mermaid">flowchart TB
subgraph Generate Secret Key
random0(Random 32 bytes) --&gt; a_0(Secret key)
random0(Random 32 bytes) --&gt; a_0(Secret Key)
random1(Random 32 bytes) --&gt; a_0
end

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long