mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-26 01:13:09 +03:00
hoping this simple padding example is solvable by the new constraint solver
This commit is contained in:
parent
a246f25211
commit
0059791b15
1
tests/issues/padding.icry
Normal file
1
tests/issues/padding.icry
Normal file
@ -0,0 +1 @@
|
||||
groupBy`{5}([1 .. 24] # zero)
|
5
tests/issues/padding.icry.stdout
Normal file
5
tests/issues/padding.icry.stdout
Normal file
@ -0,0 +1,5 @@
|
||||
Loading module Cryptol
|
||||
Assuming a = 5
|
||||
[[0x01, 0x02, 0x03, 0x04, 0x05], [0x06, 0x07, 0x08, 0x09, 0x0a],
|
||||
[0x0b, 0x0c, 0x0d, 0x0e, 0x0f], [0x10, 0x11, 0x12, 0x13, 0x14],
|
||||
[0x15, 0x16, 0x17, 0x18, 0x00]]
|
Loading…
Reference in New Issue
Block a user