All Projects → HarryR → Solcrypto

HarryR / Solcrypto

Licence: gpl-3.0
Solidity crypto libraries, ring signatures, proof of knowledge, packed signatures etc. with matching Python implementations for secp256k1 and (alt)BN-256

Programming Languages

python
139335 projects - #7 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Solcrypto

Awesome Decentralized
🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
Stars: ✭ 358 (+110.59%)
Mutual labels:  ethereum, tools
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+341.76%)
Mutual labels:  ethereum, cryptography
Dapptools
Dapp, Seth, Hevm, and more
Stars: ✭ 362 (+112.94%)
Mutual labels:  ethereum, tools
kmm-awesome
An awesome list that curates the best KMM libraries, tools and more.
Stars: ✭ 598 (+251.76%)
Mutual labels:  tools, libraries
Cfrpki
Cloudflare's RPKI Toolbox
Stars: ✭ 104 (-38.82%)
Mutual labels:  cryptography, tools
Awesome Editorjs
🤩 A curated list of awesome Editor.js tools, libraries and resources.
Stars: ✭ 295 (+73.53%)
Mutual labels:  libraries, tools
Brainflayer
A proof-of-concept cracker for cryptocurrency brainwallets and other low entropy key alogrithms.
Stars: ✭ 561 (+230%)
Mutual labels:  ethereum, cryptography
ck-env
CK repository with components and automation actions to enable portable workflows across diverse platforms including Linux, Windows, MacOS and Android. It includes software detection plugins and meta packages (code, data sets, models, scripts, etc) with the possibility of multiple versions to co-exist in a user or system environment:
Stars: ✭ 67 (-60.59%)
Mutual labels:  tools, libraries
Js Ethereum Cryptography
Every cryptographic primitive needed to work on Ethereum, for the browser and Node.js
Stars: ✭ 83 (-51.18%)
Mutual labels:  ethereum, cryptography
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+535.29%)
Mutual labels:  ethereum, cryptography
Shoop
scp has a run-in with mosh (alpha)
Stars: ✭ 408 (+140%)
Mutual labels:  cryptography, tools
Awesome Cae
A curated list of awesome CAE frameworks, libraries and software.
Stars: ✭ 148 (-12.94%)
Mutual labels:  libraries, tools
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+442.94%)
Mutual labels:  ethereum, cryptography
Sputter
Ethereum Virtual Machine (EVM) implementation
Stars: ✭ 111 (-34.71%)
Mutual labels:  ethereum, cryptography
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (-7.65%)
Mutual labels:  ethereum, cryptography
Machinomy
Node.js library for micropayments in Ether and ERC20 tokens over HTTP
Stars: ✭ 164 (-3.53%)
Mutual labels:  ethereum
Mastering Ethereum
分散アプリケーションプラットフォーム「ethereum」の入門書
Stars: ✭ 165 (-2.94%)
Mutual labels:  ethereum
Prysm
Go implementation of Ethereum proof of stake
Stars: ✭ 2,323 (+1266.47%)
Mutual labels:  ethereum
Lc Finder
An image annotation and object detection tool written in C
Stars: ✭ 163 (-4.12%)
Mutual labels:  tools
Smart Contract Watch
A tool to monitor a number of smart contracts and transactions
Stars: ✭ 168 (-1.18%)
Mutual labels:  ethereum

SolCrypto

Build Status

This repository contains Solidity and Python implementations of several cryptographic primitives, they are designed to work together and make it easier to build novel cryptosystems using composable primitives. These implementations can be easily switched to either the secp256k1 or alt_bn128 curves.

Algorithms

TODO

  • Pedersen commitments
  • Security hardening
  • Documentation

White Papers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].