blob: efb6bcf1a9b062b11916ea4fcd1cc9ef9db07877 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/services/device_sync/cryptauth_enrollment_constants.h"
namespace chromeos {
namespace device_sync {
const char kCryptAuthUserKeyPairName[] = "PublicKey";
const char kCryptAuthLegacyMasterKeyName[] = "authzen";
const char kCryptAuthDeviceSyncBetterTogetherKeyName[] =
"DeviceSync:BetterTogether";
const char kCryptAuthFixedUserKeyPairHandle[] = "device_key";
const char kCryptAuthSymmetricKeyDerivationSalt[] = "CryptAuth Enrollment";
const char kCryptAuthKeyProofSalt[] = "CryptAuth Key Proof";
const char kCryptAuthClientVersion[] = "1.0.0";
} // namespace device_sync
} // namespace chromeos