Login
Discover
Waves
Decks
Plus
Login
Signup
Iulian Costan
@icostan
25
Computer geek, derivatives trader, crypto enthusiast.
Followers
217
Following
27
Resource Credits
Available
Used
Website
http://iuliancostan.com
Created
July 13, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
icostan
cryptography
2019-10-02 07:20
Animated Elliptic Curve cryptography
The easiest way to understand Elliptic Curve (EC), point addition, scalar multiplication and trapdoor function; explained with simple graphs and animations. 1. Abstract What the heck is an elliptic curve?
$ 0.000
1
1
icostan
ecdsa
2019-04-13 13:09
Cryptography: ECDSA
Overview "If you can't explain it simply, you don't understand it well enough" - Einstein Elliptic curve cryptography (ECC) and digital signature algorithm (ECDSA) are more complex than RSA or
$ 0.000
0
1
icostan
cryptography
2019-03-27 13:27
Cryptography: ElGamal
Overview "If you can't explain it simply, you don't understand it well enough" - Einstein ElGamal is a public key cryptosystem that is used in encryption , digital signature and homomorphic
$ 0.000
0
1
icostan
cryptography
2019-03-23 13:30
Cryptography: RSA
Overview "If you can't explain it simply, you don't understand it well enough" - Einstein RSA (Rivest-Shamir-Adleman) needs no introduction, it is well known and most used public-key cryptosystem
$ 0.000
2
icostan
bitmex
2019-02-02 13:03
Idiomatic Ruby library for BitMEX API
Bitmex-api-ruby Fully featured, idiomatic Ruby library for BitMEX API. Support for both REST and Websocket APIs as described in API Overview. Installation gem install bitmex-api Usage Listen for live trades
$ 0.000
0
icostan
crypto
2018-12-11 09:24
Introducing Cryptos-ruby: The easiest way to craft your own transactions
I just want to announce the very first release [v0.0.3] of Cryptos-ruby project, a simple and very easy to use Ruby API to manipulate multiple crypto coins. For more information please check Github project
$ 0.000
0
1
icostan
bitcoin
2018-11-11 12:40
The hard way - Bitcoin: transactions
The hard way - Bitcoin: Transaction This is Part 2 of 'The hard way - Bitcoin' series and I will start with 'the easy way' section first because even this gets a bit complex, then will continue with the
$ 0.000
1
icostan
bitcoin
2018-10-09 10:45
The hard way - Bitcoin: private key, public key, address
This article is all about two ways of generating a Bitcoin address: the hard way using simple math and the easy way using an existing Bitcoin library. A. The hard way In this first section I am going to
$ 0.000
0