https://github.com/crocs-muni/CryptoStreams
Raw File
Tip revision: 200f9dc3c5bd5673f8de1412aa7aab74dc800641 authored by petrs on 13 August 2018, 08:55:15 UTC
fixing VS errors - endianess
Tip revision: 200f9dc
README.md
[![Build Status](https://travis-ci.org/crocs-muni/eacirc.svg?branch=master)](https://travis-ci.org/crocs-muni/eacirc)
[![Coverity status](https://scan.coverity.com/projects/7192/badge.svg)](https://scan.coverity.com/projects/crocs-muni-eacirc)
[![Latest release](https://img.shields.io/github/release/crocs-muni/EACirc-streams.svg)](https://github.com/crocs-muni/EACirc-streams/releases/latest)
[![DOI](https://zenodo.org/badge/84541435.svg)](https://zenodo.org/badge/latestdoi/84541435)


## Quickstart

**Give me the data, I do not want to run anything. See the [files](https://drive.google.com/drive/folders/0B5Z1zst5NzwXQmFKaXgxREJWNk0?usp=sharing) and [notes](https://github.com/crocs-muni/eacirc-streams/wiki#direct-access-to-generated-data).**

I want to run it myself, but no compilation. See [latest release and follow simple instructions](https://github.com/crocs-muni/eacirc-streams/releases/latest).

I am a developer, I want to join. Great, please [contact us (Petr)](https://crocs.fi.muni.cz/public/research/main#adaptive_randomness_statistical_tests_with_supervised_learning). For the begining, the requirements are gcc5 (clang3.6), git and cmake 3.4.

For more information and details see [project wiki pages](https://github.com/crocs-muni/eacirc-streams/wiki).


## Authors
The framework is developed at the [Centre for Research on Cryptography and Security (formerly Laboratory of Security and Applied Cryptography)](https://www.fi.muni.cz/research/crocs/), [Masaryk University](http://www.muni.cz/), Brno, Czech Republic.

* **Radka Cieslarová** 2015-now (heatmaps ‒ fine-grained function reduction)
* **Michal Hajas** 2015-now (generator ‒ PRNG, tests)
* **Dušan Klinec** 2017-now (large number of cryptoprimitives)
* **Karel Kubíček** 2014-now (initial idea, block ciphers, main developer)
* **Tamás Rózsa** 2017-now (older cryptoprimitives, visualisation)
* **Petr Švenda** 2008-now (project lead, initial implementation)

* **Ondrej Dubovec** 2011-2012 (SHA-3 candidates)
* **Jiří Novotný** 2014-2017 (build system, core library)
* **Matěj Prišťák** 2011-2012 (eStream candidates testing)
* **Martin Ukrop** 2012-2016 (SHA-3 & CAESAR candidates)

EACirc developers:
* [**EACirc developers**](https://github.com/crocs-muni/eacirc#authors) ‒ EACirc is randomness testing tool. We use it to test randomness property of cryptographic function. The implementation of the Generator comes from EACirc implementation.

 
back to top