Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Compare
Choose a tag to compare
@xbjfk xbjfk released this 23 Jan 06:12
· 4 commits to main since this release

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.a fat static library for arm64, arm64e and x86_64 (simulator)
    libtnoodle_mac.a static library for x86_64
    headers.tar.gz Objective C headers for use with the static library
    source.tar.gz Objective C headers and source code of TNoodle-lib