Skip to content

Release v2.5.1

Compare
Choose a tag to compare
@michael811125 michael811125 released this 07 Jul 11:10
· 281 commits to master since this release

[2.5.1] - 2023-07-07

  • Added HT2Xor (hKey, tKey, jKey), time complexity is O((length >> 1) + 2).
    • [For Encrypt] Do hKey and tKey first, after do jKey.
    • [For Decrypt] Do jKey first, after do hKey and tKey.
  • Added Bundle Cryptogram Utility (For Verify).
  • Deprecated HTXor.