-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
As in msrf.py and in your article, the connections for the following code should be:
Lines 234 to 236 in 60e2373
| n13,n23 = RDDB(n12,n22,32,64,16) | |
| n33,n43 = RDDB(n32,n42,128,256,64) |
n13,n23 = RDDB(n13,n23,32,64,16)
n33,n43 = RDDB(n33,n43,128,256,64) gudxin and NixonZ
Metadata
Metadata
Assignees
Labels
No labels