-
Notifications
You must be signed in to change notification settings - Fork 0
Home
!? ReLaX edited this page Jun 18, 2026
·
10 revisions
MASC-256 (Memory Accumulator Stack Cipher 256-bit) is an experimental authenticated stream-cipher research project. Version 2 keeps the original 256-bit accumulator and memory-mixing design, then wraps it in a safer API that is harder to misuse.
Read More About it Here MASC‐256 Academic Reference.
- Repository Mapping
- Parameter Summary
- Notation
- Threat Model
- Security Goals and Non-Goals
- Construction Overview
- Public Message Format
- Key Schedule and Domain Separation
- Accumulator State
- Primitive Operations
- State Absorption
- Accumulator Initialization
- Keystream Generation
- Encryption Core
- Authentication Core
- Public API
- Error Semantics
- Reference Test Vector
- Implementation Security Notes
- Validation and Analysis Program
- Known Limitations
- Public Positioning and Evaluation Scope
- References
- Release Conformance
- Appendix A: Complete Seal Algorithm
- Appendix B: Complete Open Algorithm
- Appendix C: Core Stream Algorithm