Skip to content

Commit 1e32fb3

Browse files
committed
f
1 parent ab5c501 commit 1e32fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/crypto/chacha20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ mod real_chacha {
120120
b1,b2,b3,b4,
121121
c1,c2,c3,c4,
122122
d1,d2,d3,d4
123-
];
123+
];
124124
for i in 0..lens.len() {
125125
$output[i * 4..(i + 1) * 4].copy_from_slice(&lens[i].to_le_bytes());
126126
}

0 commit comments

Comments
 (0)