Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 15-Jul-2021 | - | ||||
ci/ | H | 15-Jul-2021 | - | 17 | 13 | |
scripts/ | H | 15-Jul-2021 | - | 455 | 333 | |
src/ | H | 15-Jul-2021 | - | 6,334 | 4,938 | |
.gitignore | H A D | 15-Jul-2021 | 114 | 13 | 12 | |
.travis.yml | H A D | 15-Jul-2021 | 1.2 KiB | 48 | 45 | |
README.rst | H A D | 15-Jul-2021 | 864 | 24 | 15 | |
appveyor.yml | H A D | 15-Jul-2021 | 1.8 KiB | 47 | 42 | |
configure.py | H A D | 15-Jul-2021 | 73.9 KiB | 2,009 | 1,552 | |
shippable.yml | H A D | 15-Jul-2021 | 1.2 KiB | 47 | 44 |
README.rst
1.. image:: https://travis-ci.org/evpo/libencryptmsg.svg?branch=master 2 :target: https://travis-ci.org/evpo/libencryptmsg 3 4.. image:: https://api.shippable.com/projects/5e7d3e77ed7c630006ceae51/badge?branch=master 5 :target: https://app.shippable.com/github/evpo/libencryptmsg 6 7.. image:: https://ci.appveyor.com/api/projects/status/dn4ylkwk5mx4o3n4?svg=true 8 :target: https://ci.appveyor.com/project/evpo/libencryptmsg 9 10libEncryptMsg 11============= 12 13LibEncryptMsg is an open source library, written in C++, which provides encryption and decryption of data and implements OpenPGP specification. 14 15Official web site: `https://evpo.net/libencryptmsg <https://evpo.net/libencryptmsg>`_ 16 17License 18------- 19 20LibEncryptMsg Copyright 2020 Evgeny Pokhilko 21https://www.evpo.net/libencryptmsg 22 23LibEncryptMsg is released under the Simplified BSD License (see license.txt) 24