zoukankan      html  css  js  c++  java
  • 分享一个public domain 的大数运算库,可以用于RSA加密解密

    /******************** COPYRIGHT AND LICENCE NOTICE ********************
    This source code is part of the BIGDIGITS multiple-precision
    arithmetic library Version 2.3 originally written by David Ireland,
    copyright (c) 2001-11 D.I. Management Services Pty Limited, all rights
    reserved. You are permitted to use compiled versions of this code at
    no charge as part of your own executable files and to distribute
    unlimited copies of such executable files for any purposes including
    commercial ones provided you agree to these terms and conditions and 
    keep the copyright notices intact in the source code and you ensure 
    that the following characters remain in any object or executable files
    you distribute AND clearly in any accompanying documentation:
    
    "Contains BIGDIGITS multiple-precision arithmetic code originally
    written by David Ireland, copyright (c) 2001-11 by D.I. Management
    Services Pty Limited <www.di-mgt.com.au>, and is used with
    permission."
    
    David Ireland and DI Management Services Pty Limited make no
    representations concerning either the merchantability of this software
    or the suitability of this software for any particular purpose. It is
    provided "as is" without express or implied warranty of any kind. Our
    liability will be limited exclusively to the refund of the money you
    paid us for the software, namely nothing. By using the software you
    expressly agree to such a waiver. If you do not agree to the terms, do
    not use the software.
    
    Please forward any comments and bug reports to <www.di-mgt.com.au>.
    The latest version of the source code can be downloaded from
    <www.di-mgt.com.au/bigdigits.html>.
    
    Last updated: 11 November 2011.
    *************** END OF COPYRIGHT AND LICENCE NOTICE ******************/
  • 相关阅读:
    C++11并发之std::thread<转>
    YUV420格式解析<转>
    在windows、linux中开启nginx的Gzip压缩大大提高页面、图片加载速度<转>
    curl 超时设置<转>
    C++中map用法详解《转》
    同一台服务器配置多个tomcat服务的方法
    找出两个排好序的数组的中位数
    mysql中设置默认字符编码为utf-8
    大步小步攻击算法_完全版
    ACL登陆认证
  • 原文地址:https://www.cnblogs.com/smilingsusu/p/12935629.html
Copyright © 2011-2022 走看看