mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
mixed up variables
This commit is contained in:
@@ -64,8 +64,8 @@ class Keyutils {
|
||||
$rsa->loadKey($key);
|
||||
$rsa->setPublicKey();
|
||||
|
||||
$e = $rsa->modulus->toBytes();
|
||||
$m = $rsa->exponent->toBytes();
|
||||
$m = $rsa->modulus->toBytes();
|
||||
$e = $rsa->exponent->toBytes();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user