mirror of
https://github.com/qtmleap/revkit.git
synced 2026-09-23 19:41:51 +02:00
DH 共有秘密から初期セッション鍵を導出するアルゴリズムを解明: - HMAC-SHA384 with 48B TFIT key, 0x00 prefix + 128B shared secret - enc_key = output[0:16], sign_key = output[16:48] - HKDF は NFWebCrypto に存在しないことを確認 - テストベクタで検証済み Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>