diff options
author | Jack Lloyd <[email protected]> | 2018-03-01 10:30:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-03-01 10:30:40 -0500 |
commit | b02b5aae2ae9f687c28af29014c12da9c37347a7 (patch) | |
tree | f5fbd27fa5d73cafda1962a8a1a512011ab21fd0 /news.rst | |
parent | 1b045d623b88eb1fbeb48d7348500ab67a4b020d (diff) |
Update news
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Version 2.5.0, Not Yet Released makes it possible to use muliple SubjectAlternativeNames of a single type in a request, which was previously not possible. (GH #1429 #1428) +* Add new optimized interface for FE1 format preserving encryption. By caching a + number of values computed in the course of the FPE calculation, it provides a + 6-7x speedup versus the old API. (GH #1469) + * Add DSA and ElGamal keygen functions to FFI (#1426) * Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402) |