This repository was archived by the owner on Dec 1, 2022. It is now read-only.
Based on: thewca/tnoodle-lib@fd75e09 (with patches to remove unnecessary libraries and use secure scrambles)
Changes:
- Added javadoc
- Removed SecureRandom
- Seeded scrambles use long and not string because they are using Random and not SecureRandom
Explanation of files:
libtnoodle_ios.afat static library for arm64, arm64e and x86_64 (simulator)
libtnoodle_mac.astatic library for x86_64
headers.tar.gzObjective C headers for use with the static library
source.tar.gzObjective C headers and source code of TNoodle-lib