module test(input [3:0] A, B, output [3:0] Y, Z); assign Y = A + B, Z = B + A; endmodule />
aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
blob: a3a1a502e7980eaa31328f9ab30bb24f4750978b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23