Add a Scanner to bitcoin-serai

Moves the processor to it. This ends up as a net-neutral LoC change to the
processor, unfortunately, yet this makes bitcoin-serai safer/easier to use, and
increases the processor's usage of bitcoin-serai.

Also re-organizes bitcoin-serai a bit.
This commit is contained in:
Luke Parker
2023-03-20 01:02:06 -04:00
parent 0aa6b561b7
commit 597122b2e0
8 changed files with 363 additions and 286 deletions

View File

@@ -14,8 +14,7 @@ use frost::{
};
use crate::{
crypto::{x_only, make_even},
algorithm::Schnorr,
crypto::{x_only, make_even, Schnorr},
rpc::Rpc,
};