From d73d93656ec91f64e38f2865482bf3c7aae37958 Mon Sep 17 00:00:00 2001 From: wiire-a Date: Sun, 21 Jan 2018 21:40:17 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9c395..d5b9164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,23 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +- Huge performance optimizations (`--mode 1,3`) @1yura. + ### Fixed +- Segmentation fault when `--authkey` is not supplied. +- Issue with PRNG bruteforce (`--mode 2`). +- Incorrect N1 seed displayed (`--mode 2`). - Incorrect seeds displayed when PRNG is not bruteforced (`--mode 3`). +### Changed +- Switched from mbedtls and libtommath to libtomcrypt and tomsfastmath @rofl0r. +- Moved Makefile to top directory. +- Added installation of man page on `make install`. + +### Removed +- Android.mk + ## [1.4.1] - 2017-12-04 ### Fixed - Segmentation fault when trying to recover the PIN with `--m7-enc` and other options @rofl0r @binarymaster.