Files
git.stella-ops.org/src/__Libraries/StellaOps.Cryptography.Plugin.BouncyCastle/AGENTS.md
StellaOps Bot dd581699cc audit work
2026-01-02 11:43:43 +02:00

564 B

BouncyCastle Crypto Plugin Charter

Mission

Provide BouncyCastle-backed Ed25519 signing for StellaOps cryptography.

Responsibilities

  • Keep provider behavior deterministic and thread-safe.
  • Avoid leaking private key material from descriptors.
  • Track task status in TASKS.md.

Required Reading

  • docs/modules/platform/architecture-overview.md

Working Agreement

    1. Update task status in the sprint file and local TASKS.md.
    1. Keep key normalization and signature formats stable.
    1. Add tests for edge cases and key normalization rules.