-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Summary
Add high-level AES-GCM API in Zig to match TypeScript's user-friendly interface.
TS High-Level API
generateKey- Generate random AES keyimportKey- Import key from bytesexportKey- Export key to bytesencrypt- Simple encrypt with auto noncedecrypt- Simple decryptgenerateNonce- Generate random noncederiveKey- Derive key from password (PBKDF2)
Current State
Zig has low-level functions only:
encrypt128,decrypt128encrypt256,decrypt256
Users must manage nonces, key generation manually.
Goal
Provide both low-level (current) and high-level (new) APIs.
Note: Issue created by Claude AI assistant, not @roninjin10 or @fucory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels