write skeleton of functions
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export function hash(pwd: string) : string {
|
||||
throw "todo"
|
||||
}
|
||||
export function verify(pwd: string, hash: string) : boolean {
|
||||
throw "todo"
|
||||
}
|
||||
Reference in New Issue
Block a user