-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
19 lines (15 loc) · 712 Bytes
/
TODO
File metadata and controls
19 lines (15 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO fake image creator //DONE
TODO function(s) for reading 2D image array into 1D //DONE
--TODO function for reading basic 2D array into 1D using zigzag //DONE
--TODO unit test for zigzag function including irregular(unequal) dimension arrays //DONE
TODO class/function for array split for defined chunks size //DONE
TODO encryption
--TODO matrix encryption //DONE
--TODO image encryption //DONE
--TODO text encryption //DONE
TODO crypto/chaotic random function //DONE
--TODO design the algorithm //DONE
--TODO unit tests for the PRNG
---TODO test uniform distribution //DONE it is around 8%
---TODO test if there is a pattern (dunno how)
---TODO test if there is a bias towards either of the limits //DONE