import { argon2id } from "hash-wasm"; async function userIdentifierDerive( idData: any, serverSalt: string, ): Promise { throw Error("not implemented"); } // interface Keypair { // pub: string; // priv: string; // } // async function accountKeypairDerive(): Promise {} // async function secureAnswerHash( // answer: string, // truthUuid: string, // questionSalt: string, // ): Promise {}