Skip to content

Commit c841696

Browse files
committed
Fix comment spelling mistake
1 parent 33661ea commit c841696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ecdh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub struct SharedSecret {
5050
}
5151
impl_raw_debug!(SharedSecret);
5252

53-
// This implementes `From<N>` for all `[u8; N]` arrays from 128bits(16 byte) to 2048bits allowing known hash lengths.
53+
// This implements `From<N>` for all `[u8; N]` arrays from 128bits(16 byte) to 2048bits allowing known hash lengths.
5454
// Lower than 128 bits isn't resistant to collisions any more.
5555
impl_from_array_len!(SharedSecret, BUF_SIZE, (16 20 28 32 48 64 96 128 256)); // BUF_SIZE == 256
5656

0 commit comments

Comments
 (0)