mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-08 20:40:32 +00:00
Obsessive whitespace fix.
This commit is contained in:
parent
2039a66cb3
commit
1f871ea0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ impl FieldElement {
|
||||||
/// # Return
|
/// # Return
|
||||||
///
|
///
|
||||||
/// Returns a new FieldElement.
|
/// Returns a new FieldElement.
|
||||||
pub fn from_bytes(data: &[u8;32]) -> FieldElement { //FeFromBytes
|
pub fn from_bytes(data: &[u8; 32]) -> FieldElement { //FeFromBytes
|
||||||
let mut h = [0i64;10];
|
let mut h = [0i64;10];
|
||||||
h[0] = load4(&data[ 0..]);
|
h[0] = load4(&data[ 0..]);
|
||||||
h[1] = load3(&data[ 4..]) << 6;
|
h[1] = load3(&data[ 4..]) << 6;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue