mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Minor doc updates
This commit is contained in:
parent
ed569ea9c8
commit
daadb43875
3 changed files with 2 additions and 4 deletions
|
@ -56,7 +56,7 @@ fn test_rejection_sampling() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_dleq() {
|
||||
fn test_cross_group_dleq() {
|
||||
let generators = generators();
|
||||
|
||||
for i in 0 .. 2 {
|
||||
|
|
|
@ -187,9 +187,6 @@ fn sign_with_share<C: Curve, A: Algorithm<C>>(
|
|||
Ok((Package { B, binding, R, share: share.clone() }, share))
|
||||
}
|
||||
|
||||
// This doesn't check the signing set is as expected and unexpected changes can cause false blames
|
||||
// if legitimate participants are still using the original, expected, signing set. This library
|
||||
// could be made more robust in that regard
|
||||
fn complete<C: Curve, A: Algorithm<C>>(
|
||||
sign_params: &Params<C, A>,
|
||||
sign: Package<C>,
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "Multichain processor premised on canonicity to reach distributed
|
|||
license = "AGPL-3.0-only"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
|
|
Loading…
Reference in a new issue