https://github.com/crocs-muni/eacirc
Automatic problem solver based on circuit-like representation and genetic programming
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords
Repository
Automatic problem solver based on circuit-like representation and genetic programming
Basic Info
Statistics
- Stars: 12
- Watchers: 10
- Forks: 8
- Open Issues: 9
- Releases: 0
Topics
Metadata Files
ReadMe.md
EACirc is a framework for automatic problem solving. It can be utilized as randomness testing tool similar to statistical batteries (NIST STS, Dieaharder, TestU01), for instance for analysis of cryptographic function outputs.
It uses supervised learning techniques based on metaheuristics to construct adapted distinguisher of two input data streams. The distinguisher can be represented as hardware-like circuits or algebraic polynomial.
The Framework
This repository contains EACirc core and code for data stream generation (mainly eSTREAM and SHA-3 candidates). Further tools are: * Randomness Testing Toolkit (RTT), * tools for GRID computations * Oneclick a tool for BOINC computation (deprecated)
For more information and details see project wiki pages.
Quickstart
Requirements are gcc5 (clang3.6), git and cmake 3.4.
Sample build on Metacentrum
Bash
module add gcc-5.3.0 cmake-3.6.1
git clone --recursive git@github.com:crocs-muni/eacirc.git src
mkdir src/build
cd src/build
ccmake ..
make
Authors
The framework is developed at the Centre for Research on Cryptography and Security (formerly Laboratory of Security and Applied Cryptography), Masaryk University, Brno, Czech Republic.
- Petr Švenda 2008-now (project lead, initial implementation)
- Jiří Novotný 2014-now (build system, CUDA, main developer)
- Michal Hajas 2015-now (Java bytecode emulator)
- Dušan Klinec 2012-now (polynomial distinguisher)
- Karel Kubíček 2014-now (TEA, metaheuristics)
- Ľubomír Obrátil 2014-now (RTT, Oneclick)
- Marek Sýs 2013-now (statistics evaluation, polynomials)
- Martin Ukrop 2012-now (framework model, refactoring, SHA-3 & CAESAR candidates testing, supporting tools)
Former participation: * Milan Čermák 2012-2013 (CUDA) * Ondrej Dubovec 2011-2012 (SHA-3 candidates testing) * Matěj Prišťák 2011-2012 (object model and refactoring, XML support, eStream candidates testing) * Zdenek Říha 2013-2016 (Java bytecode emulator) * Tobiáš Smolka 2011-2012 (BOINC related support)
Owner
- Name: CRoCS
- Login: crocs-muni
- Kind: organization
- Location: Faculty of Informatics, Masaryk University, Brno
- Website: https://crocs.fi.muni.cz
- Repositories: 95
- Profile: https://github.com/crocs-muni
Centre for Research on Cryptography and Security
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
