added configure.sh note

This commit is contained in:
Václav Šmejkal 2022-04-06 18:57:02 +02:00 committed by GitHub
parent 95b3e9d02c
commit bfb9c6f46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ This project is made 'like a library', so compiling is useless... :)
! DO NOT CLONE THIS REPOSITORY, USE [RELEASES](https://github.com/ENDev-WHY2/WHY2-Encryption-System/releases) INSTEAD > releases, that have `(C)` in the name < ! ! DO NOT CLONE THIS REPOSITORY, USE [RELEASES](https://github.com/ENDev-WHY2/WHY2-Encryption-System/releases) INSTEAD > releases, that have `(C)` in the name < !
Run `configure.sh` and you'll be good to go.
To **encrypt** text, use function `encryptText()` from file `include/encrypter.h`. To **encrypt** text, use function `encryptText()` from file `include/encrypter.h`.
To **decrypt** text, use function `decryptText()` from file `include/decrypter.h`. To **decrypt** text, use function `decryptText()` from file `include/decrypter.h`.