You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2022/05/12 16:25:32 UTC

[couchdb] branch aegis_3.x updated (9cbb77b3f -> 0aea72e1f)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch aegis_3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from 9cbb77b3f Add key rotation facility
     add 0aea72e1f erlfmt

No new revisions were added by this update.

Summary of changes:
 src/aegis/src/aegis.erl           |  37 ++++---
 src/aegis/src/aegis_cmac.erl      |  58 ++++++----
 src/aegis/src/aegis_s2v.erl       |  24 ++--
 src/aegis/src/aegis_siv.erl       |  96 ++++++++++------
 src/aegis/src/aegis_util.erl      |  14 +--
 src/couch/src/couch_file.erl      |  41 +++----
 src/couch/src/couch_passwords.erl |   2 -
 src/couch/src/couch_pbkdf2.erl    | 228 +++++++++++++++++++-------------------
 src/couch/src/couch_util.erl      |   4 +-
 9 files changed, 275 insertions(+), 229 deletions(-)