You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ ├── golden/ # Pre-computed golden fixtures (47 tests)
139
-
│ ├── e2e/ # E2E intent files (5 scenarios)
143
+
├── tests/ # Language-agnostic test vectors
144
+
│ ├── golden/ # Pre-computed golden fixtures
145
+
│ ├── e2e/ # E2E scenario files
146
+
│ ├── intents/ # Intent definitions per category
140
147
│ └── README.md # Test fixture documentation
141
148
```
142
149
@@ -151,12 +158,15 @@ Both implementations support Levels 1-4 (single key through authenticated action
151
158
152
159
All tests pass using shared language-agnostic test vectors.
153
160
154
-
## Built On Coz
161
+
## Built On
155
162
156
-
Cyphr uses [Coz](https://github.com/Cyphrme/Coz) for all cryptographic operations. Coz is a JSON messaging specification supporting ES256, ES384, ES512, and Ed25519.
0 commit comments