Commit graph

2 commits

Author SHA1 Message Date
0f450672b1 Pull out a main function, remove global state.
Makes it easier to see what inputs I need.
2023-12-06 23:32:11 -07:00
65c5517935 Add ecc hybrid encryption example.
This comes from https://cryptobook.nakov.com/asymmetric-key-ciphers/ecc-encryption-decryption
I'm hoping to use it to better understand the underlying primitives and operation so I can do something functionally similar but using the underlying elliptic curve primitives within my X.509 certificates.
2023-12-06 23:32:11 -07:00