mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
incorrect iv length for blocksize
This commit is contained in:
parent
18c8f4d8b5
commit
8e24db3ef5
3 changed files with 5 additions and 3 deletions
|
@ -182,3 +182,5 @@ function salmon_key($pubkey) {
|
|||
pemtome($pubkey,$m,$e);
|
||||
return 'RSA' . '.' . base64url_encode($m,true) . '.' . base64url_encode($e,true) ;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue