Skip to content

Commit 354df01

Browse files
Update lib/src/impl_ffi/impl_ffi.rsa_common.dart
Co-authored-by: HamdaanAliQuatil <[email protected]>
1 parent 33fc998 commit 354df01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/impl_ffi/impl_ffi.rsa_common.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ _EvpPKey _importJwkRsaPrivateOrPublicKey(
115115
checkJwk(jwk.d != null, 'd');
116116
final d = readBN(jwk.d!, 'd');
117117
// If present properties p,q,dp,dq,qi enable optional optimizations, see:
118-
// https://https://www.rfc-editor.org/rfc/rfc7518#section-6.3.2
118+
// https://www.rfc-editor.org/rfc/rfc7518#section-6.3.2
119119
// However, these are required by Chromes Web Crypto implementation:
120120
// https://chromium.googlesource.com/chromium/src/+/43d62c50b705f88c67b14539e91fd8fd017f70c4/components/webcrypto/algorithms/rsa.cc#82
121121
// They are also required by Web Crypto implementation in Firefox:

0 commit comments

Comments
 (0)