Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Convert argc checks to ASSERTs per PR | Doug Hogan | |
2019-01-14 | dh_p is referenced after dh_params owns it | Doug Hogan | |
* Need to keep a reference even though ownership was transfered to dh_params. * Also, be more conservative and return atom_error where the original code did. | |||
2019-01-08 | Convert put_int32 to put_uint32 | Doug Hogan | |
2019-01-08 | Revamp dh_compute_key_nif() | Doug Hogan | |
2019-01-08 | Revamp dh_generate_key_nif() | Doug Hogan | |
2018-12-20 | Add Ericsson AB copyright header to all new files | Doug Hogan | |
Using the same copyright header as crypto.c | |||
2018-12-20 | Move DH functionality to a new file | Doug Hogan | |