Update Monero crate description

This commit is contained in:
Luke Parker 2022-08-25 04:02:30 -04:00
parent 546b772be3
commit 4881ddae87
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6
2 changed files with 1 additions and 2 deletions

View file

@ -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"

View file

@ -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,