All Projects → nayuki → Bitcoin Cryptography Library

nayuki / Bitcoin Cryptography Library

Nayuki's implementation of cryptographic primitives used in Bitcoin.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bitcoin Cryptography Library

Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+1233.33%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Lightning Onion
Onion Routed Micropayments for the Lightning Network
Stars: ✭ 297 (+266.67%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Lopp.net
Personal web site of Jameson Lopp
Stars: ✭ 174 (+114.81%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (+9.88%)
Mutual labels:  bitcoin, cryptocurrency, library
Bitcoin Elixir
Bitcoin tools and full node implementation in Elixir.
Stars: ✭ 70 (-13.58%)
Mutual labels:  bitcoin, cryptocurrency, library
Bot18
Bot18 is a high-frequency cryptocurrency trading bot developed by Zenbot creator @carlos8f
Stars: ✭ 157 (+93.83%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Bitcoin
Bitcoin Core integration/staging tree
Stars: ✭ 60,211 (+74234.57%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Coincurve
Cross-platform Python bindings for libsecp256k1
Stars: ✭ 89 (+9.88%)
Mutual labels:  bitcoin, cryptocurrency, elliptic-curves
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1039.51%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+6841.98%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Lightning Rfc
Lightning Network Specifications
Stars: ✭ 1,224 (+1411.11%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Blockchain Papers
区块链相关的有价值的文献
Stars: ✭ 20 (-75.31%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Firmware
❄️ Firmware and simulator for Coldcard Hardware Wallet
Stars: ✭ 198 (+144.44%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+27679.01%)
Mutual labels:  bitcoin, cryptocurrency, library
Ipchain
IPChain Core Wallet
Stars: ✭ 26 (-67.9%)
Mutual labels:  bitcoin, cryptocurrency, cryptography
Swift Crypto
Open-source implementation of a substantial portion of the API of Apple CryptoKit suitable for use on Linux platforms.
Stars: ✭ 1,005 (+1140.74%)
Mutual labels:  hash-functions, cryptography, elliptic-curves
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+1245.68%)
Mutual labels:  bitcoin, cryptocurrency
Cryptoawesome
The most complete cryptocurrency image library to be used in your project.
Stars: ✭ 58 (-28.4%)
Mutual labels:  bitcoin, cryptocurrency
Constantine
Constant time pairing-based or elliptic curve based cryptography and digital signatures
Stars: ✭ 61 (-24.69%)
Mutual labels:  cryptography, elliptic-curves
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-25.93%)
Mutual labels:  bitcoin, cryptocurrency

Nayuki's Bitcoin cryptography library

This project implements the cryptographic primitives used in the Bitcoin system, especially elliptic curve operations and hash functions.

The code is written in two independent versions in C++ and Java. It includes a test suite of over a thousand test vectors that cover every feature provided by the library.

The library is open-source, and is written by Nayuki from the ground up. It is designed with portability and clarity in mind, and is rigorously verified for correctness and quality.

More details about features and design principles are on the main web page: https://www.nayuki.io/page/bitcoin-cryptography-library

License

Copyright © 2019 Project Nayuki. (MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

  • The Software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.

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].