zoukankan      html  css  js  c++  java
  • Botan 1.10.6 发布,C++ 加密算法库

    Botan 是一个 C++ 的加密算法库,支持 AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法,支持 X.509 认证以及CRLs 和 PKCS #10 ,这里是一段示例代码

    Botan 1.10.6 改进记录:

    • A previously conditional operation in Montgomery multiplication and squaring is now always performed, removing a possible timing channel.
    • A potential crash in the AES-NI implementation of the AES-192 key schedule (caused by misaligned loads) has been fixed.
    • The correct flags for creating a shared library on OS X under Clang are now used, and a compile time incompatibility with Visual C++ 2012 has been fixed.
  • 相关阅读:
    nginx安装:linux环境下安装包安装
    Effective C++
    Win32 Msg
    C++ 17
    Win32 Threads
    Exceptional C++
    C++11
    STL 分类
    C++类型转换
    红黑树
  • 原文地址:https://www.cnblogs.com/shihao/p/2943596.html
Copyright © 2011-2022 走看看