mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Update Monero crate description
This commit is contained in:
parent
546b772be3
commit
4881ddae87
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "monero-serai"
|
||||
version = "0.1.0"
|
||||
description = "A modern Monero wallet library"
|
||||
description = "A modern Monero transaction library"
|
||||
license = "MIT"
|
||||
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
|
|
@ -37,7 +37,6 @@ pub(crate) fn prove_multiexp(pairs: &[(Scalar, EdwardsPoint)]) -> EdwardsPoint {
|
|||
multiexp_const(pairs) * *INV_EIGHT
|
||||
}
|
||||
|
||||
// TODO: Have this take in other, multiplied by G, and do a single multiexp
|
||||
pub(crate) fn vector_exponent(
|
||||
generators: &Generators,
|
||||
a: &ScalarVector,
|
||||
|
|
Loading…
Reference in a new issue