mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 02:34:55 +00:00
Update the reference link for Guaranteed Addresses
Also lints Cargo.toml.
This commit is contained in:
parent
f125f441ba
commit
0a690f5632
2 changed files with 7 additions and 3 deletions
|
@ -2,9 +2,13 @@
|
|||
|
||||
members = [
|
||||
"crypto/transcript",
|
||||
"crypto/multiexp",
|
||||
"crypto/frost",
|
||||
|
||||
"crypto/dalek-ff-group",
|
||||
"crypto/multiexp",
|
||||
|
||||
"crypto/frost",
|
||||
|
||||
"coins/monero",
|
||||
|
||||
"processor",
|
||||
]
|
||||
|
|
|
@ -23,7 +23,7 @@ fn key_image_sort(x: &EdwardsPoint, y: &EdwardsPoint) -> std::cmp::Ordering {
|
|||
x.compress().to_bytes().cmp(&y.compress().to_bytes()).reverse()
|
||||
}
|
||||
|
||||
// https://github.com/monero-project/research-lab/issues/103
|
||||
// https://gist.github.com/kayabaNerve/8066c13f1fe1573286ba7a2fd79f6100
|
||||
pub(crate) fn uniqueness(inputs: &[Input]) -> [u8; 32] {
|
||||
let mut u = b"uniqueness".to_vec();
|
||||
for input in inputs {
|
||||
|
|
Loading…
Reference in a new issue