Added common utils

This commit is contained in:
SepehrYahyaee
2026-06-20 12:04:51 +03:30
parent 5a89a0ff16
commit 15fcb011aa
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
export {
CURRENT_ALGORITHM,
CURRENT_VERSION,
KEY_LENGTH,
KEY_LENGTH_FOR_OTP,
SCRYPT_PARAMS,
SCRYPT_PARAMS_FOR_OTP,
} from "./hash.constants";