An open API service indexing awesome lists of open source software.

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

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...
```