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