HashingAlgorithm$json top-level constant
- @Deprecated('Use hashingAlgorithmDescriptor instead')
Implementation
@$core.Deprecated('Use hashingAlgorithmDescriptor instead')
const HashingAlgorithm$json = const {
'1': 'HashingAlgorithm',
'2': const [
const {'1': 'NO_HASH', '2': 0},
const {'1': 'BCRYPT', '2': 1},
const {'1': 'SCRYPT', '2': 2},
],
};