All Projects β†’ trezor β†’ Trezor Crypto

trezor / Trezor Crypto

Licence: mit
πŸ”’ Don't use this repo, use the new monorepo instead:

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Trezor Crypto

Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (-47.38%)
Mutual labels:  bitcoin, crypto
Blockbook
πŸ“˜ Trezor address/account balance backend
Stars: ✭ 305 (-33.41%)
Mutual labels:  bitcoin, trezor
Crypto Trading Bot
Automated Bittrex crypto-currency technical analysis and trading tool
Stars: ✭ 251 (-45.2%)
Mutual labels:  bitcoin, crypto
Python Trezor
🐍 Don't use this repo, use the new monorepo instead:
Stars: ✭ 198 (-56.77%)
Mutual labels:  bitcoin, trezor
Profit Trailer Settings
Place to store and stay up to date with configs & strategies from the CryptoGnome Group
Stars: ✭ 335 (-26.86%)
Mutual labels:  bitcoin, crypto
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-55.68%)
Mutual labels:  bitcoin, crypto
Connect
πŸ”— A platform for easy integration of Trezor into 3rd party services
Stars: ✭ 263 (-42.58%)
Mutual labels:  bitcoin, trezor
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+362.01%)
Mutual labels:  bitcoin, crypto
Trezor Core
πŸ”’ Don't use this repo, use the new monorepo instead:
Stars: ✭ 330 (-27.95%)
Mutual labels:  bitcoin, trezor
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+4812.88%)
Mutual labels:  bitcoin, crypto
Bismuth
[Migrated] The first Python blockchain protocol and platform
Stars: ✭ 186 (-59.39%)
Mutual labels:  bitcoin, crypto
Trezor Agent
Hardware-based SSH/PGP agent
Stars: ✭ 400 (-12.66%)
Mutual labels:  crypto, trezor
Pololender
Free, open source, high performance bot for lending funds on Poloniex exchange
Stars: ✭ 163 (-64.41%)
Mutual labels:  bitcoin, crypto
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-54.15%)
Mutual labels:  bitcoin, crypto
Socktrader
πŸš€ Websocket based trading bot for πŸ’°cryptocurrencies πŸ“ˆ
Stars: ✭ 152 (-66.81%)
Mutual labels:  bitcoin, crypto
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+705.68%)
Mutual labels:  bitcoin, crypto
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-69.21%)
Mutual labels:  bitcoin, crypto
Trezor Suite
🍬 Trezor Suite Monorepo
Stars: ✭ 144 (-68.56%)
Mutual labels:  bitcoin, trezor
Trezor Mcu
πŸ”’ Don't use this repo, use the new monorepo instead:
Stars: ✭ 315 (-31.22%)
Mutual labels:  bitcoin, trezor
Python Mnemonic
🐍 Mnemonic code for generating deterministic keys, BIP39
Stars: ✭ 369 (-19.43%)
Mutual labels:  bitcoin, trezor

trezor-crypto

Build Status gitter

Heavily optimized cryptography algorithms for embedded devices.

These include:

  • AES/Rijndael encryption/decryption
  • Big Number (256 bit) Arithmetics
  • BIP32 Hierarchical Deterministic Wallets
  • BIP39 Mnemonic code
  • ECDSA signing/verifying (supports secp256k1 and nist256p1 curves, uses RFC6979 for deterministic signatures)
  • ECDSA public key derivation
  • Base32 (RFC4648 and custom alphabets)
  • Base58 address representation
  • Ed25519 signing/verifying (also SHA3 and Keccak variants)
  • ECDH using secp256k1, nist256p1 and Curve25519
  • HMAC-SHA256 and HMAC-SHA512
  • PBKDF2
  • RIPEMD-160
  • SHA1
  • SHA2-256/SHA2-512
  • SHA3/Keccak
  • BLAKE2s/BLAKE2b
  • Chacha20-Poly1305
  • unit tests (using Check - check.sf.net; in test_check.c)
  • tests against OpenSSL (in test_openssl.c)
  • integrated Wycheproof tests

Distibuted under MIT License.

Some parts of the library come from external sources:

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