/phec

Modified Pohlig–Hellman exponentiation cipher

Primary LanguageHaskellGNU Lesser General Public License v3.0LGPL-3.0

phec

[![Build Status][1]][2] [![Codecov][3]][4] [![Licence LGPLv3][5]][6] [1]: https://img.shields.io/travis/stiell/phec/master.svg [2]: https://travis-ci.org/stiell/phec [3]: https://img.shields.io/codecov/c/github/stiell/phec/master.svg [4]: https://codecov.io/github/stiell/phec [5]: https://img.shields.io/badge/licence-LGPLv3-blue.svg [6]: https://www.gnu.org/licenses/lgpl-3.0.html

This package provides a variant of the Pohlig–Hellman exponentiation cipher, modified to prevent the ciphertext from leaking one bit of information about the plaintext.

Licence

phec is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

phec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with phec. If not, see http://www.gnu.org/licenses/.