Skip to content

Commit

Permalink
nice formatting for ECDH example
Browse files Browse the repository at this point in the history
colour the code in the ECDH example
  • Loading branch information
tomato42 committed Nov 30, 2019
1 parent 96566c7 commit 34864b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ print(vk.to_string("uncompressed").hex())

ECDH key exchange with remote party

```
```python
from ecdsa import ECDH, NIST256p

ecdh = ECDH(curve=NIST256p)
Expand Down

0 comments on commit 34864b1

Please sign in to comment.