Ephenodrom / Dart-Basic-Utils

A dart package for many helper methods fitting common situations
MIT License
364 stars 77 forks source link

How to get ecKeyPair from Bytes? #50

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi! How can i get ec keypair from bytes because i can't find a method like ecKeyPairToBytes

Ephenodrom commented 3 years ago

Hello and thank you for the issue.

What do you want to achieve? I can't think of a scenario where the pair is saved as bytes. Normally you store the private and public key seperately as PEM?