Skip to content

staticlibs/staticlib_crypto

Repository files navigation

Staticlibs Crypto library

travis appveyor

This project is a part of Staticlibs.

This project contains crypto-related utilities based on OpenSSL.

This library is header-only and depends on staticlib_io and OpenSSL.

Link to the API documentation.

License information

This project is released under the Apache License 2.0.

Changelog

2020-02-09

  • version 1.1.0
  • drop decrypt_source
  • use crypt_sink for both encryption and decryption

2018-06-04

  • version 1.0.0
  • encryption, base64 and sha support

2018-02-28

  • version 0.5.4
  • use bundled OpenSSL on mac

2017-12-31

  • version 0.5.3
  • vs2017 support

2016-07-16

  • version 0.5.2
  • deps update

2016-07-16

  • version 0.5.1
  • digest_sign and digest_verify sources

2016-02-06

  • version 0.5
  • sha256 source and sink