BlogHide Resteemscseberino (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). Procedure The…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 Classic (ETC) network…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 discuss. Basics ETC…cseberino (58)in ethereumclassic • 7 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 including how to calculate…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 keys based on their…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 data structures into…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 Elliptic Curve Digital…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! Furthermore, the…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 transfer funds, install…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 understand accounts…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 procedural . I will show…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 own! Creating an ETC…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 than Serpent. One of…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 technologies are…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 system for various…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 "ether" whenever…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 easily replace SHA2…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 developers. Serpent is…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, maps and more.…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 functions are…