Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -9,10 +9,10 @@
|
|||
init_values = (UInt32(6745'2301), UInt32(EFCD'AB89), UInt32(98BA'DCFE), UInt32(1032'5476))
|
||||
|
||||
[((UInt32, UInt32, UInt32) -> UInt32)] functions
|
||||
functions [+]= (b, c, d) -> (b [&] c) [|] ((-)b [&] d)
|
||||
functions [+]= (b, c, d) -> (d [&] b) [|] ((-)d [&] c)
|
||||
functions [+]= (b, c, d) -> (b [&] c) [|] (~b [&] d)
|
||||
functions [+]= (b, c, d) -> (d [&] b) [|] (~d [&] c)
|
||||
functions [+]= (b, c, d) -> b (+) c (+) d
|
||||
functions [+]= (b, c, d) -> c (+) (b [|] (-)d)
|
||||
functions [+]= (b, c, d) -> c (+) (b [|] ~d)
|
||||
|
||||
[(Int -> Int)] index_functions
|
||||
index_functions [+]= i -> i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue