Code Monkey home page Code Monkey logo

myinterest's Introduction

myInterest

做点想做的

已完成事项:

  1. Go语言基于大数求最大公约数、拓展欧几里得、进制转换、MillerRabbin 素性检验(tools)。
  2. 支持椭圆曲线数字签名(ECDSA),可以自定义曲线参数、生成Key,加载Key、签名、验证、加密及解密(tools/ecc)为官方包的迁移。
  3. Go生成大素数、基于大数的**剩余定理(tools)。
  4. 支持部分向量以及矩阵运算,主要包括(大数运算下,绝对准确,不采用浮点数):模p下的行列式,模p下的逆矩阵。
  5. 辅助向量及矩阵运算提供的功能包括:单位阵生成、随机矩阵生成、矩阵乘法等运算、向量相关运算(定制化)。
  6. shamir秘密共享算法实现。(tools/secretshare)
  7. Weierstrass形式的椭圆曲线加密、解密、签名与验证实现(点的加法与乘法自主实现),在ecurve中的example.go中有调用案例。封装于tools/ecurve。

待完成事项

  • 椭圆曲线的雅克比表示
  • DH密钥体系(普通的和基于椭圆曲线的)
  • 爬虫相关的
  • 多项式求逆
  • 属性加密

myinterest's People

Contributors

lwqt99 avatar

Stargazers

 avatar Info_li avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.