const ( EncryptedCacheCollection = "ecc" EncryptedStateCollection = "esc" EncryptedCompactionCollection = "ecoc" )
func GetEncryptedStateCollectionName(efBSON bsoncore.Document, dataCollectionName string, stateCollection string) (string, error)
GetEncryptedStateCollectionName returns the encrypted state collection name associated with dataCollectionName.