Scrypt$json top-level constant

  1. @Deprecated('Use scryptDescriptor instead')
Map<String, Object> const Scrypt$json

Implementation

@$core.Deprecated('Use scryptDescriptor instead')
const Scrypt$json = const {
  '1': 'Scrypt',
  '2': const [
    const {'1': 'signer_key', '3': 1, '4': 1, '5': 9, '10': 'signerKey'},
    const {'1': 'salt_separator', '3': 2, '4': 1, '5': 9, '10': 'saltSeparator'},
    const {'1': 'rounds', '3': 3, '4': 1, '5': 5, '10': 'rounds'},
    const {'1': 'mem_cost', '3': 4, '4': 1, '5': 5, '10': 'memCost'},
    const {'1': 'p', '3': 5, '4': 1, '5': 5, '10': 'p'},
    const {'1': 'key_len', '3': 6, '4': 1, '5': 5, '10': 'keyLen'},
  ],
};