Skip to content
View arec1b0's full-sized avatar
:octocat:
Are you 1 or 0?
:octocat:
Are you 1 or 0?

Organizations

@PeoPay

Block or report arec1b0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arec1b0/README.md

Daniil Krizhanovskyi | Cryptography & Distributed Systems

Code Time GitHub Profile Views GitHub Stars

$ whoami?

"Architecting secure, scalable, quantum-resilient decentralized systems."

Decentralized Systems Architect with deep expertise in quantum-resistant cryptography, secure distributed systems, and blockchain scalability. Currently CTO at @PeoChain, driving innovation in financial decentralization.

🛠️ Core Technologies

  • Cryptography: Post-Quantum Cryptography (Kyber, Falcon), zk-SNARKs, Elliptic-Curve Cryptography (ECC)
  • Languages: Rust, C++, Solidity, Python
  • Blockchain: Layer-2 Scaling (Rollups, ZK-EVM), Smart Contract Security, Consensus Algorithms (PoS, BFT)

Explore PeoChain | Explore PeoPay

impl Expertise {
    pub fn new() -> Self {
        Self {
            cryptography: vec!["PQC", "ECC", "zk-SNARKs"],
            languages: vec!["Rust", "C++", "Solidity"],
            blockchain: vec!["Consensus", "Smart Contracts", "L2 Scaling"],
        }
    }
}

Rust C++ Solidity

📊 GitHub Analytics

🎯 Expertise Matrix

pie showData
    title Technical Proficiency
    "Cryptography" : 86
    "Distributed Systems" : 90
    "Systems Programming" : 75
    "Low-Level Optimization" : 75
Loading

📫 Connect

LinkedIn Medium Email X

Pinned Loading

  1. quantum_cryptographic_toolkit quantum_cryptographic_toolkit Public

    The Quantum Cryptographic Toolkit (QCT) is a comprehensive framework designed to facilitate the development, testing, and deployment of quantum-resistant cryptographic algorithms.

    Rust 4

  2. nim-blockchain-node nim-blockchain-node Public

    A high-performance, scalable blockchain node implementation in Nim, designed with advanced cryptography, modular consensus (PoS/BFT), zero-knowledge proofs, and optimized P2P networking.

    Nim

  3. consensus-algorithms-edu consensus-algorithms-edu Public

    Educational repository demonstrating blockchain consensus algorithms, including PoW, PoS, DPoS, PBFT, Raft, and Paxos, implemented in Go.

    Go 1

  4. crypto-comparison crypto-comparison Public

    A comprehensive project comparing classical and quantum cryptography. Includes detailed explanations, code examples, and tests for various cryptographic algorithms and protocols.

    Python 3

  5. DAO.sol DAO.sol
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.27;
    3
    
                  
    4
    /**
    5
     * @title DAO (Decentralized Autonomous Organization) Contract
  6. FortifySol FortifySol Public template

    FortifySol: A flexible open-source Solidity template providing secure, upgradeable, and governance-ready contracts. Ideal for small prototypes or complex productions, it’s an all-in-one starting po…

    JavaScript