UNPKG

82 BPlain TextView Raw
1export enum KeyType {
2 RSA = 'rsa',
3 Edwards = 'ed25519',
4 BLS = 'bls12-381'
5}