https://github.com/turbokirichenko/s-block-analyzer
statistics output for symmetric blocks of symmetric c ciphers for linear cryptanalysis
https://github.com/turbokirichenko/s-block-analyzer
Last synced: 2 months ago
JSON representation
statistics output for symmetric blocks of symmetric c ciphers for linear cryptanalysis
- Host: GitHub
- URL: https://github.com/turbokirichenko/s-block-analyzer
- Owner: turbokirichenko
- Created: 2023-10-14T14:04:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T13:11:33.000Z (about 1 year ago)
- Last Synced: 2025-01-21T22:35:07.536Z (4 months ago)
- Language: C
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get statistics about random generated S-block
## FOR START
```sh
$ node index.js
// calculating result: 365ms
// see your result at ./report.txt file
```
## FOR TEST
```sh
...in progress...
```