curvesByName top-level property

Map<String, Identifier> curvesByName
final

Implementation

final curvesByName = <String, Identifier>{
  'P-256': curves.p256,
  'P-256K': curves.p256k,
  'P-384': curves.p384,
  'P-521': curves.p521
};