Skip to content

v3.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 23:29
· 62 commits to master since this release
  • crypto: added aesGetKey, aesGetSalt, aesGetEncrypted, giving more control over encrypted blobs generated by aesEncrypt(data, password).
  • python: added bindings for aesEncrypt, aesDecrypt
  • build/cmake: link libatomic where needed for 64-bit atomic ops ( @bandali0 )