Skip to content

Commit fde45ca

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

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
@@ -202,7 +202,7 @@ Map<String, dynamic> _exportJwkRsaPrivateOrPublicKey(
202202
ssl.RSA_get0_key(rsa, ffi.nullptr, ffi.nullptr, d);
203203

204204
// p, q, dp, dq, qi is optional in:
205-
// // https://www.rfc-editor.org/rfc/rfc7518#section-6.3.2
205+
// // https://www.rfc-editor.org/rfc/rfc7518#section-6.3.2
206206
// but explicitly required when exporting in Web Crypto.
207207
final p = scope<ffi.Pointer<BIGNUM>>();
208208
final q = scope<ffi.Pointer<BIGNUM>>();

0 commit comments

Comments
 (0)