Rename quack to quak
German for 'quack', matching the Ente (German for 'duck') naming. All references updated: package name, CLI binary, X-Client-Package header, test descriptions, temp dir prefixes, README, Makefile docker tag.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sodium from "libsodium-wrappers-sumo";
|
||||
|
||||
// Argon2id over (password, salt, opsLimit, memLimit) producing a 32-byte
|
||||
// Key Encryption Key. Parameters come from the server; quack passes them
|
||||
// Key Encryption Key. Parameters come from the server; quak passes them
|
||||
// straight through. memLimit is in bytes, opsLimit is the iteration count.
|
||||
export const deriveKEK = async (
|
||||
password: string,
|
||||
|
||||
Reference in New Issue
Block a user