Skip to content

Releases: Noctem/pycrypt

0.7.2

Choose a tag to compare

@Noctem Noctem released this 18 May 00:05
v0.7.2
b665333

Don't build with march=native on ARM. (#2)

0.7.1

Choose a tag to compare

@Noctem Noctem released this 08 May 00:49
v0.7.1
10b6825
  • Fix Linux wheels
  • Fix building from source without Cython

0.7.0

Choose a tag to compare

@Noctem Noctem released this 07 May 23:34
v0.7.0
a738f24

Update to match latest PoGo encryption.

0.6.1

Choose a tag to compare

@Noctem Noctem released this 19 Apr 20:11
  • Fix building from source without Cython
  • Implement Twofish_fatal directly in C
  • Build for macOS Sierra with Xcode 8.3

0.6.0

Choose a tag to compare

@Noctem Noctem released this 15 Apr 08:54
  • Translate to Cython
  • Add a proper Twofish_fatal function instead of infinitely looping

0.5.1

Choose a tag to compare

@Noctem Noctem released this 11 Apr 05:01
  • Localize enc_key
  • minor formatting changes
  • improve test
  • run test after manylinux builds
  • fix GCC warnings

0.5.0

Choose a tag to compare

@Noctem Noctem released this 07 Apr 04:14
  • more than double encryption speed
  • only prepare key on startup
  • define Twofish_Byte and Twofish_UInt32 as uint8_t and uint32_t
  • use _rotl and _rotr on Windows
  • include twofish.h in sdist
  • provide Python 2 binaries for Linux and macOS

0.4.0

Choose a tag to compare

@Noctem Noctem released this 04 Apr 12:37
  • Python 2 support
  • C89 compliance
  • Improved performance
  • Windows fixes
  • AppVeyor testing and deployment

0.3.1

Choose a tag to compare

@Noctem Noctem released this 01 Apr 09:56
  • use _malloca instead of a variable length array on Windows
  • add -std=c99 to compiler flags on Unix-like systems

0.3.0

Choose a tag to compare

@Noctem Noctem released this 01 Apr 09:57

Convert to C and improve encryption speed ~100x.