Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Crypto into Crypto and HeaderCrypto #3388

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 21, 2023

  1. Split Crypto into Crypto and HeaderCrypto

    - Split Crypto class into Crypto (DSIGN, ADDRHASH) and HeaderCrypto (KES, VRF)
    - Move HeaderCrypto into Cardano.Protocol
    - Use PoolStakeVRF and GenesisVRF as a proxy to VRF in ledger code
    - Parametrize TPrao protcol code with Crypto and HeaderCrypto
      Many functions are parametrized by Era and HeaderCrypto as Era implicitly
      implies Crypto (Crypto Era).
    - ALl the ledger code is separated from header crypto (KES/VRF)
    - Proxy VRFs are PoolStakeVRF and GenesisVRF
    
    Signed-off-by: Yogesh Sajanikar <yogesh_sajanikar@yahoo.com>
    yogeshsajanikar committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8a9f0a8 View commit details
    Browse the repository at this point in the history