mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update Monero crate description
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "monero-serai"
|
name = "monero-serai"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A modern Monero wallet library"
|
description = "A modern Monero transaction library"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ pub(crate) fn prove_multiexp(pairs: &[(Scalar, EdwardsPoint)]) -> EdwardsPoint {
|
|||||||
multiexp_const(pairs) * *INV_EIGHT
|
multiexp_const(pairs) * *INV_EIGHT
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Have this take in other, multiplied by G, and do a single multiexp
|
|
||||||
pub(crate) fn vector_exponent(
|
pub(crate) fn vector_exponent(
|
||||||
generators: &Generators,
|
generators: &Generators,
|
||||||
a: &ScalarVector,
|
a: &ScalarVector,
|
||||||
|
|||||||
Reference in New Issue
Block a user