2026-06-28 10:57:58 +02:00
2026-06-28 10:57:58 +02:00
2026-02-18 12:36:14 +01:00
2026-06-28 10:57:58 +02:00
2026-02-18 12:36:14 +01:00
2026-01-11 09:19:22 +01:00
2026-01-11 09:19:22 +01:00
2026-02-18 12:36:14 +01:00
2026-01-11 09:19:22 +01:00
2026-01-11 09:19:22 +01:00
2026-01-11 09:19:22 +01:00
2026-01-11 09:19:22 +01:00
2026-01-11 09:19:22 +01:00

Introduction

This project contains the module cryptotools which can used for cryptography

Install the program

$ virtualenv ~/venv/myenv
$ source ~/venv/myenv/bin/activate
$ python3 setup.py install

Examples

In the directory examples/, you have different python files for using the module

Unitests

Test phi

$ python3 tests/test_phi.py -v

Test Fibonacci

For testing Fibonacci sequence, I generate a list from OEIS wich contains 40 first numbers of Fibonacci. The test_numbers.py test the Fibonacci sequence generated from the functions fibonacci in utils/numbers.py:

$ python3 tests/test_numbers.py -v

Build the doc

$ mkdocs build
S
Description
No description provided
Readme 6 MiB
Languages
HTML 88.7%
Python 10.3%
CSS 1%