Skip to content

1.0.7

Compare
Choose a tag to compare
@Si13n7 Si13n7 released this 22 May 22:22
· 190 commits to master since this release
  • Fixed an issue where the byte order of Adler-32 and CRC-16+32+64 was wrong on big-endian processor architecture
  • Removed internal instance caching, which is no longer needed
  • Reworked GetGuid extension method so that it combines the bytes of both hashes instead of cutting parts and placing them next to each other
  • HMAC encryption is now available for MD5 and SHA-1+2 by setting the SecretKey instance field
    • The SecretKey can be removed from process memory by calling the DestroySecretKey() instance method
  • General code improvements, minor fixes and expansion of the documentation