You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since blocks are identical "one million a" may not catch some bugs, e.g. as in #314. One option is to test a long sequence of bytes incrementing from 0 to 100, i.e. [0, 1, 2, ..., 99, 100, 0, 1, 2, ..., 99, 100, 0, ...]. Alternatively we could use a simple non-cryptographic PRNG seeded with a fixed seed.
The text was updated successfully, but these errors were encountered:
Since blocks are identical "one million a" may not catch some bugs, e.g. as in #314. One option is to test a long sequence of bytes incrementing from 0 to 100, i.e.
[0, 1, 2, ..., 99, 100, 0, 1, 2, ..., 99, 100, 0, ...]
. Alternatively we could use a simple non-cryptographic PRNG seeded with a fixed seed.The text was updated successfully, but these errors were encountered: