Documentation ¶
Overview ¶
Package ecdh encrypts and decrypts data using elliptic curve keys. Data is encrypted with AES-128-CBC with HMAC-SHA1 message tags using ECDHE to generate a shared key. The P256 curve is chosen in keeping with the use of AES-128 for encryption.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Curve = elliptic.P256
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.