- 25 Dec, 2019 2 commits
- 24 Dec, 2019 5 commits
-
-
Jaromil authored
methods :modmul/:modsub are obsoleted unless one wants a specific modulo, all such operations (also overloaded operators) on BIG/INT are under modulo ORDER of the built-in curve. This greatly simplifies crypto code by making it more readable.
-
Jaromil authored
-
Jaromil authored
makes zencode skip over unmatched lines instead of quit with error
-
Jaromil authored
-
Jaromil authored
aliased PAIR.ate to ECP.miller
-
- 23 Dec, 2019 6 commits
-
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
Puria Nafisi Azizi authored
-
Jaromil authored
removed the ELGAMAL class and loaded ECP and ECP2 at init, clean up of COCONUT implementation and update of crypto documentation with new schemes, overall improved clarity and removed unneded requires
-
Jaromil authored
-
- 21 Dec, 2019 5 commits
- 20 Dec, 2019 1 commit
-
-
Jaromil authored
-
- 16 Dec, 2019 1 commit
-
-
Puria Nafisi Azizi authored
-
- 09 Dec, 2019 2 commits
- 04 Dec, 2019 4 commits
-
-
dependabot[bot] authored
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Jaromil authored
-
Jaromil authored
-
Jaromil authored
-
- 29 Nov, 2019 7 commits
-
-
Jaromil authored
Solve TODOs
-
Sofía Celi authored
-
Sofía Celi authored
-
Sofía Celi authored
-
Sofía Celi authored
-
Sofía Celi authored
-
Sofía Celi authored
-
- 28 Nov, 2019 4 commits
- 21 Nov, 2019 2 commits
-
-
Jaromil authored
added a minimal and flexible lexer for configuration based on STB libs. Comma separated list of string = int (number) Valid configurations: color=1,verbose=3 easy to add more in the future configuration changes are executed in zen_init() and prior to context allocation
-
Jaromil authored
-
- 04 Nov, 2019 1 commit
-
-
Sofía Celi authored
-