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

https://github.com/georgiifirsov/bcm-lib

Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.
https://github.com/georgiifirsov/bcm-lib

block-cipher-mode block-ciphers cryptography research symmetric-encryption thesis

Last synced: about 1 month ago
JSON representation

Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.

Awesome Lists containing this project

README

        

# bcm-lib

> **Warning**
> This library is implemented for research purposes only! It *intentionally* doesn't verify some parameters
> for validity. In real world all parameters MUST be properly verified.

[![Tests](https://github.com/GeorgyFirsov/bcm-lib/actions/workflows/run-tests.yml/badge.svg)](https://github.com/GeorgyFirsov/bcm-lib/actions/workflows/run-tests.yml)
[![codecov](https://codecov.io/gh/GeorgyFirsov/bcm-lib/graph/badge.svg?token=EcjCGoUWfY)](https://codecov.io/gh/GeorgyFirsov/bcm-lib)

Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.