We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b699273 commit 326d4d0Copy full SHA for 326d4d0
src/Encryption.php
@@ -106,7 +106,7 @@ public static function deterministicEncrypt(
106
$userJwk = new JWK([
107
'kty' => 'EC',
108
'crv' => 'P-256',
109
- 'x' => Base64Url::encode($userPublicKeyObjectX),
+ 'x' => Base64UrlSafe::encode($userPublicKeyObjectX),
110
'y' => Base64Url::encode($userPublicKeyObjectY),
111
]);
112
0 commit comments