diff options
| author | 2023-04-17 18:53:55 +0000 | |
|---|---|---|
| committer | 2023-04-17 18:53:55 +0000 | |
| commit | b135aac8531c1e1488147ad8c6f98eddbdbe0c99 (patch) | |
| tree | 189e9fea7109564d63207e231d5b0e5624243072 /pkg/constants.ts | |
| download | HydroRoll-b135aac8531c1e1488147ad8c6f98eddbdbe0c99.tar.gz HydroRoll-b135aac8531c1e1488147ad8c6f98eddbdbe0c99.zip | |
Initial commit
Created from https://vercel.com/new
Diffstat (limited to 'pkg/constants.ts')
| -rw-r--r-- | pkg/constants.ts | 3 |
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; |
