commit | 5b4c81e39622fc13895bf5df7d0f4f6bd067e7a0 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <[email protected]> | Thu Jan 17 09:43:47 2019 -0600 |
committer | Alex Gaynor <[email protected]> | Thu Jan 17 10:43:47 2019 -0500 |
tree | 70ae40472a57cad2b25d9fba7044f3a719e7c05f | |
parent | 8d9ea52be9e7de1373641d3afaed9b292cb03f43 [diff] |
x448 and x25519 should enforce key lengths in backend (#4703) * x448 and x25519 should enforce key lengths in from_private_bytes they should also check if the algorithm is supported like the public bytes class methods do * oops * move the checks