cseberino (58)in #ethereum • 5 years agoEthereum Classic Elliptic Curve Integrated Encryption SchemeEthereum Classic (ETC) uses a multistep protocol to send private messages between network nodes. This is referred to as the Elliptic Curve Integrated Encryption Scheme (ECIES).…cseberino (58)in #ethereum • 5 years agoHow Ethereum Classic Nodes Create Shared SecretsAmazingly, two strangers communicating over an insecure channel can create shared secrets only they know. One way is using the Elliptic Curve Diffie Hellman algorithm. Ethereum…cseberino (58)in #ethereum-classic • 6 years agoWhy Ethereum Classic Transactions Do Not Specify Who They Are FromEthereum Classic (ETC) transactions do not specify sending accounts! These can nevertheless be determined from the special properties of ETC digital signatures which I will…cseberino (58)in #ethereumclassic • 6 years agoHow To Calculate Ethereum Classic Root HashesThe Ethereum Classic (ETC) blockchain contains "root hashes" that help maintain the integrity of various components of the ETC system. I will describe these root hashes…cseberino (58)in #ethereumclassic • 7 years agoMerkle Patricia Tries Made EasyTries are tree structures that represent sets of key value pairs in software. Tries are composed of connected nodes that store key values. Different nodes imply different…cseberino (58)in #ethereumclassic • 7 years agoEthereum Classic Recursive Length Prefix EncodingEthereum Classic (ETC) uses Recursive Length Prefix (RLP) encoding. I will describe RLP and how it is used in ETC. Introduction Serialization is the process of encoding…cseberino (58)in #ethereumclassic • 7 years agoA Walk Through Ethereum Classic Digital Signature CodeA Walk Through Ethereum Classic Digital Signature Code Ethereum Classic (ETC) digital signatures secure transactions. These involve elliptic curve cryptography and the…cseberino (58)in #eth • 7 years agoICOs & Custom Cryptocurrencies On Ethereum ClassicMany initiatives are raising capital with initial coin offerings (ICOs). The Ethereum (ETH) project raised 18 million dollars and the DAO project raised 150 million dollars…cseberino (58)in #eth • 8 years agoEthereum Classic Public And Private Keys: A Little EnlightenmentIntroduction Interactions with the Ethereum Classic (ETC) system depend on special numbers referred to as public keys and private keys . Private keys are used to…cseberino (58)in #etc • 8 years agoEthereum Classic World Computer Accounts & States ExplainedThe Ethereum Classic (ETC) blockchain makes possible an unstoppable, reliable, auditable, trustless and secure world computer. To understand this system, it is important to…cseberino (58)in #etc • 8 years agoHow To Improve Ethereum Classic Immutability DiscussionsEyan Ron in A New Era of Blockchain Immutability - Towards a New Understanding brilliantly describes two types of blockchain system immutability: historical and…cseberino (58)in #etc • 8 years agoETCPlanet.org: How To Create Your Own Ethereum Classic Blockchain Explorer For Learning (& Fun)Ethereum Classic (ETC) blockchain explorers are convenient sources of information about the ETC blockchain. They may appear complex, but, it is relatively easy to build your…cseberino (58)in #etc • 8 years agoEthereum's Vitalik Buterin Discusses The New Viper Smart Contract Programming LanguageI recently discussed the new Viper smart contract programming language with Ethereum's Vitalik Buterin. Viper is similar to Python and provides more features and protections…cseberino (58)in #etc • 8 years agoAn Interview With The Anonymous Individual That Started Ethereum ClassicI recently interviewed the person who started Ethereum Classic (ETC). His motives are admirable. His reason for wishing to remain anonymous is a reminder of why blockchain…cseberino (58)in #etc • 8 years agoHow To Create A Censorship Resistant Domain Name System On Ethereum ClassicIntroduction The Domain Name System (DNS) maps domains to Internet Protocol (IP) addresses. Governments, corporations and other entities have attempted to censor this…cseberino (58)in #etc • 8 years agoProposal: Ethereum Classic Currency And Logo Conventions To Improve Communication And Avoid Expensive MistakesProposal Here are some proposed Ethereum Classic (ETC) conventions to improve communication and avoid expensive mistakes: Refer to the currency as "ETC". Avoid the term…cseberino (58)in #etc • 8 years agoWhy Ethereum Classic Uses An Incorrect SHA3 ImplementationSHA3 Description The Secure Hash Algorithm 3 (SHA3) functions are referred to as SHA3-224, SHA3-256 and SHA3-512. The hash sizes are the same as SHA2. Therefore, SHA3 can…cseberino (58)in #etc • 8 years agoSerpent: Introduction To The BEST Ethereum Classic Smart Contract LanguageSerpent is a smart contract language based on Python. Python is arguably the best language for beginning programmers, and, the most productive language for serious…cseberino (58)in #etc • 8 years agoWhy Bloom Filters Are So Cool (+ Useful!) For Blockchains & Beyond: An IntroductionThe Problem Millions of people search the Internet, government databases, private databases and blockchains everyday for medical advice, financial updates, weather reports…cseberino (58)in #etc • 8 years agoHashes: An Introduction & Why They Are Foundational To The Internet & Blockchains"The phrase 'one-way hash function' might sound arcane and geeky, but hash functions are the workhorses of modern cryptography." — Bruce Schneier Hash Functions Hash…