Added table of contents to main README.md

This commit is contained in:
heiko.reese
2021-09-12 13:17:24 +02:00
parent 5bf5bdecb1
commit 643f1a6719

View File

@ -3,6 +3,8 @@
This library injects functions for string encryption and decryption into [exim4](https://www.exim.org/). It is basically
glue code that exports certain parts of the [libsodium library](https://github.com/jedisct1/libsodium) to exim at runtime.
[[_TOC_]]
## Installation
These instructions are currently only tested on [Debian](https://www.debian.org) and
@ -183,4 +185,4 @@ Output:
Keys in arguments and environment variables are expected to be base64 encoded (as produced by the library).
Keys in files need to be raw bytes with no encoding, ciphertext should always be base64-encoded.
```
```