Fenrir Protocol's official reference library
Go to file
Luca Fulchir a6fda8180d
DNSSEC: move keys before addresses
it was kinda stupid to keep the keys *after* the addresses
but have the addresses keep an index to the array of pubkeys anyway

Signed-off-by: Luca Fulchir <luca.fulchir@runesauth.com>
2023-06-09 19:09:41 +02:00
src DNSSEC: move keys before addresses 2023-06-09 19:09:41 +02:00
.editorconfig Stub for libFenrir 2023-02-03 19:18:34 +01:00
.gitignore Initial empty project 2023-02-02 18:33:56 +01:00
Cargo.toml More work on connect(), use our own Random 2023-05-30 10:52:54 +02:00
LICENSE License, ConnectionID, flake update 2023-02-15 11:14:13 +01:00
Readme.md update flakes, randomize mutex 2023-03-01 18:20:03 +01:00
flake.lock Upgrade flakes to 23.05 2023-05-24 22:32:41 +02:00
flake.nix Fix Dnssec record serializing/deserializing 2023-06-09 14:55:49 +02:00
rustfmt.toml Stub for libFenrir 2023-02-03 19:18:34 +01:00

Readme.md

libFenrir

Official reference implementation of the Fenrir protocol

License

Licensed under the Apache2.0 with LLVM exception.
You should be free to use it with GPL2 or other licenses.

Building

like all rust proejcts, just run cargo build --release you will find the result in ./target/release

If you want to build the Hati server, you don't need to build this library separately. Just build the server and it will automatically include this lib