rust-symcrypt

Friendly and idiomatic Rust wrappers over SymCrypt

MIT License

Downloads
5.3K
Stars
57
Committers
5

Bot releases are hidden (Show)

rust-symcrypt - 0.2.0 Latest Release

Published by nnmkhang 6 months ago

Overview

  • Changed dependance on symcrypttestmodule.dll to symcrypt.dll
  • Updated symcrypt crate from 0.1.3 to 0.2
  • Updated symcrypt-sys crate from 0.1.0 to 0.2
  • Updated comments and READMEs to reflect change.
  • Removed symcrypttestmodule.* for windows and libsymcrypt.so.* for linux from the repo

rust-symcrypt

  • BREAKING CHANGE: Changed dependency from symcrypttesmodule.dll to symcrypt.dll. This is only for windows. Please redownload the symcrypt.dll and symcrypt.lib from link, and do a cargo clean and cargo build. You can remove the symcrypttestmodule.dll and symcrypttestmodule.lib from your machine at this point.
  • BREAKING CHANGE: Changed API signature for symcrypt_random from a taking a Vec<u8> to taking a &mut [u8]
  • Added get_ec_point_format() and get_num_format() for less repeated code. These are private functions.

symcrypt-sys

  • BREAKING CHANGE: Changed dependency from symcrypttesmodule.dll to symcrypt.dll. This is only for windows. Please redownload the symcrypt.dll and symcrypt.lib from link, and do a cargo clean and cargo build. You can remove the symcrypttestmodule.dll and symcrypttestmodule.lib from your machine at this point.