KaalkaProtocol class

Kaalka Time-First Protocol (Dart) SECURITY WARNING: Kaalka is a custom, time-based cipher. This wrapper uses only Kaalka Drum calls and is experimental. Do NOT use in production without a formal cryptographic audit.

Constructors

KaalkaProtocol()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decryptEnvelope(Map<String, dynamic> envelope, String receiverId, {String? timestamp}) String
Decrypt and verify envelope
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encryptEnvelope(String plaintext, String senderId, String receiverId, {String? timestamp, int windowSeconds = 120, int seq = 1}) Map<String, dynamic>
Create a canonical envelope
keyResonance(String deviceId, {String? timestamp}) Uint8List
Derive a per-device/session secret from UTC time (ms precision)