An IRC bot to synchronize entropy
Go to file
Ron Nazarov 2a3a0eb51b
x == NaN is always false, use isNaN instead
2023-10-15 20:10:21 +01:00
.gitignore Add C implementations of sign and keygen 2021-11-03 21:09:50 +00:00
COPYING Initial commit 2021-10-30 04:46:10 +01:00
Makefile Make sign.c and keygen.c C89-compliant 2021-11-03 21:28:34 +00:00
README.md Initial commit 2021-10-30 04:46:10 +01:00
common.h Remove usage of VLAs 2021-11-03 21:25:19 +00:00
keygen.c Make sign.c and keygen.c C89-compliant 2021-11-03 21:28:34 +00:00
keygen.js Add support for authenticated control commands 2021-11-02 03:42:35 +00:00
randomsync.js x == NaN is always false, use isNaN instead 2023-10-15 20:10:21 +01:00
sign.c Make sign.c and keygen.c C89-compliant 2021-11-03 21:28:34 +00:00
sign.js Add support for authenticated control commands 2021-11-02 03:42:35 +00:00

README.md

randomsync

An IRC bot that synchronizes entropy.

Documentation

Currently there is none, read the code.

License

GNU AGPLv3 or, at your option, any later version. See COPYING for the full text.