Skip to content

Commit 2e6c5e4

Browse files
author
blackshirt
committed
add docs
1 parent ad4fac4 commit 2e6c5e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecdh.v

+2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ import crypto.internal.subtle
1010

1111
// Basically, Curve is a TLS 1.3 NamedGroup.
1212
// its defined here for simplicity.
13+
1314
// vfmt off
15+
1416
pub enum Curve {
1517
secp256r1 = 0x0017
1618
secp384r1 = 0x0018

0 commit comments

Comments
 (0)