GitHub Actions
feat: Phase 2 (M14-M25, X05-X07) + Phase 3 experimental (M26-M31) + E2E tests + docs
4cd8837
Raw
History Blame
115 Bytes
from __future__ import annotations
class CryptoError(Exception):
"""Raised for all crypto-layer failures."""