2 Repos
Cryptographic votes and proofs used by validators to attest to block timeliness and data availability.
Distinct from Signed Provenance Attestations: Candidates focus on hardware/app integrity attestations; this is about PoS consensus votes.
Explore 2 awesome GitHub repositories matching security & cryptography · Consensus Attestations. Refine with filters or upvote what's useful.
This project is a comprehensive hardware security guide for using YubiKey tokens to manage encryption, digital signatures, and secure authentication. It provides technical instructions for configuring hardware security modules to handle digital identity and cryptographic materials. The documentation focuses on the implementation of OpenPGP and SSH workflows, specifically covering the creation of master key hierarchies, the rotation of subkeys, and the use of hardware-backed keys for secure shell connections. It also details methods for verifying code authorship through signed Git commits and
Configures the hardware token to require a physical touch for every encryption, signature, or authentication operation.
This project provides the formal technical specifications and reference logic for the Ethereum proof-of-stake consensus layer. It defines the standards for block production, state transition rules, and the beacon chain logic required to ensure consistent network agreement. The implementation covers specialized mechanisms for chain security and efficiency, including fork-choice algorithms for canonical chain determination, committee-based signature aggregation, and KZG-based blob commitments for data availability. It also specifies the protocols for light client synchronization using sync comm
Updates payload timeliness and data availability votes upon receiving consensus attestation messages.