Skip to content

Commit 34864b1

Browse files
committed
nice formatting for ECDH example
colour the code in the ECDH example
1 parent 96566c7 commit 34864b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ print(vk.to_string("uncompressed").hex())
469469

470470
ECDH key exchange with remote party
471471

472-
```
472+
```python
473473
from ecdsa import ECDH, NIST256p
474474

475475
ecdh = ECDH(curve=NIST256p)

0 commit comments

Comments
 (0)