Skip to content

Commit 2eb9939

Browse files
committed
js lint
1 parent 561d934 commit 2eb9939

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-quick-crypto/src/utils

1 file changed

+1
-1
lines changed

packages/react-native-quick-crypto/src/utils/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ export type AsymmetricKeyType =
145145
// 'rsa-pss' |
146146
// 'dsa' |
147147
// 'ec' |
148+
// 'dh' |
148149
CFRGKeyPairType;
149-
// 'dh'
150150

151151
type JWKkty = 'AES' | 'RSA' | 'EC' | 'oct';
152152
type JWKuse = 'sig' | 'enc';

0 commit comments

Comments
 (0)