package config

// ConstellationCSP is the Cloud Service Provider Constellation is running on.
const ConstellationCSP = "CONSTEL_CSP"

// RNGLengthDefault is the number of bytes used for generating nonces.
const RNGLengthDefault = 32