Commit Graph

6 Commits

Author SHA1 Message Date
Pedro de Oliveira 90f92aa464
Remove unused stuff 2023-08-12 19:50:15 +01:00
Pedro de Oliveira 4712cd27ae
Generates a fish.so that irssi is able to load.
Has a /rf function that does FiSH encryption, now with a fixed key.
2023-08-12 19:00:39 +01:00
Pedro de Oliveira e843c65e17
Turn project into a Rust library.
Create two methods to called from a C program.
Use cbindgen to generate Header file.
Add a basic rfish.c for testing.
Added Basic Makefile.
2023-08-12 16:41:54 +01:00
Pedro de Oliveira 9eb29a31ec
Fix padding problems. 2023-08-12 12:24:45 +01:00
Pedro de Oliveira 09bda9346b
Stop using rust-crypto as it is abandoned.
Changed to openssl.
2023-08-11 23:02:10 +01:00
Pedro de Oliveira c49225f47d First commit 2023-05-17 20:20:41 +01:00