mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
Slightly simplify CLSAG signing
Expands its test to test all possible ring indexes, though just 0 and a single n would be sufficient.
This commit is contained in:
@@ -10,7 +10,7 @@ mod frost;
|
||||
use crate::frost::{THRESHOLD, PARTICIPANTS, generate_keys};
|
||||
|
||||
#[test]
|
||||
fn test() {
|
||||
fn key_image() {
|
||||
let (keys, group_private) = generate_keys();
|
||||
let image = key_image::generate(&group_private);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user