mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-06-11 06:47:59 +00:00
a63cbc7ced
Signed-off-by: Xe Iaso <me@xeiaso.net>
10 lines
215 B
TypeScript
10 lines
215 B
TypeScript
import fast from "./fast";
|
|
import wasm from "./wasm";
|
|
|
|
export default {
|
|
fast: fast,
|
|
slow: fast, // XXX(Xe): slow is deprecated, but keep this around in case anything goes bad
|
|
|
|
argon2id: wasm,
|
|
sha256: wasm,
|
|
} |