| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | making from_raw() unsafe | Benjamin Fry | 2016-03-05 | 1 | -1/+2 |
| * | added public key material to the constructor | Benjamin Fry | 2016-02-28 | 1 | -16/+4 |
| * | review fixes, keep raw RSA initiallization private | Benjamin Fry | 2016-02-23 | 1 | -1/+5 |
| * | adding functionality to directly get and set RSA key material | Benjamin Fry | 2016-02-17 | 1 | -1/+36 |
| * | Fix PKey RSA constructors | Steven Fackler | 2016-01-30 | 1 | -9/+55 |
| * | Remove unwraps from rsa accessors | Steven Fackler | 2016-01-22 | 1 | -10/+11 |
| * | Fix up RSA integration | Daniel Albert | 2016-01-20 | 1 | -1/+1 |
| * | Fix incorrect unsafe declaration | Daniel Albert | 2016-01-12 | 1 | -10/+21 |
| * | Adhere to rust conventions | Daniel Albert | 2016-01-12 | 1 | -10/+6 |
| * | Add public interface to access BigNums from RSA keys | Daniel Albert | 2016-01-01 | 1 | -0/+39 |