mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: enhance zero-knowledge authentication by deriving and sending auth hashes to the server
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export const mockMasterKey: CryptoKey = {
|
||||
type: "secret",
|
||||
algorithm: { name: "AES-GCM" },
|
||||
extractable: false,
|
||||
usages: ["encrypt", "decrypt"],
|
||||
};
|
||||
Reference in New Issue
Block a user