forked from unixb0y/SystemVerilogSHA256
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sha_padder.dot
11 lines (11 loc) · 997 Bytes
/
sha_padder.dot
1
2
3
4
5
6
7
8
9
10
11
digraph "sha_padder" {
rankdir="LR";
remincross=true;
n1 [ shape=octagon, label="message", color="black", fontcolor="black" ];
n2 [ shape=octagon, label="padded", color="black", fontcolor="black" ];
v1 [ label="488'10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000" ];
x0 [ shape=record, style=rounded, label="<s1> 23:0 - 511:488 |<s0> 487:0 - 487:0 " ];
n1:e -> x0:s1:w [color="black", style="setlinewidth(3)", label=""];
x0:e -> n2:w [color="black", style="setlinewidth(3)", label=""];
v1:e -> x0:s0:w [color="black", style="setlinewidth(3)", label=""];
}