mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
8 lines
234 B
Go
8 lines
234 B
Go
|
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
|