hyperledger-archives / ursa

Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).

Home Page:https://wiki.hyperledger.org/display/ursa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[version] Update `aead`

appetrosyan opened this issue · comments

Currently this is not a trivial dependency. Need to make the following changes.

  • Merge #225
  • Update API; need to split off Aead and AeadCore trait members.
  • Find workaround to generically instantiate Aead instances (NewAead was deprecated).
  • Update all other dependencies.
  • Test