swift-crypto

Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.

APACHE-2.0 License

Stars
1.5K
Committers
40

Bot releases are visible (Hide)

swift-crypto - Swift Crypto 1.0.2

Published by Lukasa over 4 years ago

Semver Patch

  • CI improvements. (#32, #35)
  • Updated BoringSSL to 53a17f55247101105ae35767d5c5a6c311843a8e. (#36)
swift-crypto - Swift Crypto 1.0.1

Published by Lukasa over 4 years ago

Semver Patch

  • Fixed compiler issue that could occur when linking with projects that declare jemalloc functions that don't exist, such as Folly. (#28)
  • Updated BoringSSL to 5298ef99bf2b2d77600b3bb74dd572027bf495be. (#31)
  • Improved usage of XCTest. (#15, thanks to @ZevEisenberg)
  • Improved markdown rendering in Xcode. (#11, thanks to @Sajjon)
  • Helped CI validate that the gyb is kept intact. (#17, thanks to @Sajjon)
  • Added marks within gyb generated files. (#19, thanks to @Sajjon)
  • Cleaned up links in readme. (#10, thanks to @AustinConlon)
  • Improved project name rendering in readme. (#12)
  • Readme typo fixes. (#16)
  • More consistent references to contributors in Git history. (#14)
  • Better GitHub issue template. (#7, #21 thanks to @Sajjon)
  • Helped GitHub statistics be aware that BoringSSL is a vendored copy. (#17, thanks to @sindresorhus)
  • Corrected references to contributors file. (#24, thanks to @Sajjon)
  • Better docker setup. (#6, #30)