mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Remove extra line in doctest
This commit is contained in:
parent
0ab60b93ee
commit
5b009a033e
1 changed files with 0 additions and 1 deletions
|
|
@ -584,7 +584,6 @@ impl Scalar {
|
||||||
/// # extern crate curve25519_dalek;
|
/// # extern crate curve25519_dalek;
|
||||||
/// # use curve25519_dalek::scalar::Scalar;
|
/// # use curve25519_dalek::scalar::Scalar;
|
||||||
/// # fn main() {
|
/// # fn main() {
|
||||||
///
|
|
||||||
/// let mut scalars = [
|
/// let mut scalars = [
|
||||||
/// Scalar::from_u64(3),
|
/// Scalar::from_u64(3),
|
||||||
/// Scalar::from_u64(5),
|
/// Scalar::from_u64(5),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue