aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pkg/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/constants.ts')
-rw-r--r--pkg/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/constants.ts b/pkg/constants.ts
new file mode 100644
index 0000000..09cc451
--- /dev/null
+++ b/pkg/constants.ts
@@ -0,0 +1,3 @@
+export const ID_LENGTH = 16;
+export const ENCRYPTION_KEY_LENGTH = 128;
+export const LATEST_KEY_VERSION = 2;