Accepting request 589660 from home:kbabioch:branches:games

- Update to 1.3.12:
  * Added function mpz_lprime_prefix() for k-prefix tweak
  * Improved strength of oracle hash function g() by second algo
  * Raised the requirement of libgcrypt version to >= 1.7.0
  * Improved on RFC4880 handling
  * mpz_shash: bugfix changes the output of hash function g()

OBS-URL: https://build.opensuse.org/request/show/589660
OBS-URL: https://build.opensuse.org/package/show/games/libTMCG?expand=0&rev=11
This commit is contained in:
2018-03-21 08:29:20 +00:00
committed by Git OBS Bridge
parent acac9902ba
commit 012f762960
6 changed files with 22 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 21 08:03:04 UTC 2018 - kbabioch@suse.com
- Update to 1.3.12:
* Added function mpz_lprime_prefix() for k-prefix tweak
* Improved strength of oracle hash function g() by second algo
* Raised the requirement of libgcrypt version to >= 1.7.0
* Improved on RFC4880 handling
* mpz_shash: bugfix changes the output of hash function g()
-------------------------------------------------------------------
Thu Feb 8 21:12:35 UTC 2018 - kbabioch@suse.com