diff --git a/Changelog.md b/Changelog.md index c03bdcfb2c4f7a915bec7d78afe78a142ef94031..a7b44bb870c31e09b4afbc48deecb55a3091c631 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,7 +11,6 @@ - ak_skey_export_to_file_unencrypted() - ak_aligned_free() [для поддержки msvc 2022] - Добавлены генераторы псевдослучайных последовательностей: - ? hrnd (исправленная версия генератора из Р1323565.1.006-2017) - nlfsr (нелинейный рекуррентный генератор с квадратичной обратной связью) - Добавленный функционал утилиты aktool: - выработка незашифрованных секретных ключей (опция --no-outpass) diff --git a/Readme.md b/Readme.md index 01644a9297157bfda68e0e8632a7a73d5b82d6cc..7b3ed54284bb51bdb0301fe200bb4100097f597a 100644 --- a/Readme.md +++ b/Readme.md @@ -34,7 +34,7 @@ The library can be compiled with many compilers, such as `gcc`, `clang`, `Microsoft Visual C`, `TinyCC` and `icc`. The build system is [cmake](https://cmake.org/). -Library can be used successfully under `Linux`, `Windows`, `FreeBSD` and `MacOS` operation systems. +Library can be used successfully under `Linux`, `Windows` and `FreeBSD` operation systems. Also we have positive runs on [ReactOS](https://reactos.org) and mobile devices under [Sailfish OS](https://sailfishos.org/). We support various architectures such as `x86`, `x64`, `arm32v7`, `arm32v7eb`, `mips32r2` and `mips64r2`.