mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-10 21:21:08 +00:00
Another obsessive compulsive whitespace fix.
This commit is contained in:
parent
57884ecefa
commit
8c432ef78a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ use util::CTAssignable;
|
||||||
/// l = 2^252 + 27742317777372353535851937790883648493
|
/// l = 2^252 + 27742317777372353535851937790883648493
|
||||||
///
|
///
|
||||||
/// is the order of the basepoint. The `Scalar` is stored as bytes.
|
/// is the order of the basepoint. The `Scalar` is stored as bytes.
|
||||||
#[derive(Copy,Clone)]
|
#[derive(Copy, Clone)]
|
||||||
pub struct Scalar(pub [u8; 32]);
|
pub struct Scalar(pub [u8; 32]);
|
||||||
|
|
||||||
impl Index<usize> for Scalar {
|
impl Index<usize> for Scalar {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue