mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
js添加签名算法
This commit is contained in:
@@ -97,7 +97,7 @@ interface JsEncodeUtils {
|
||||
publicKey: String?
|
||||
): Sign {
|
||||
return createSign(
|
||||
algorithm
|
||||
algorithm,
|
||||
privateKey?.encodeToByteArray(),
|
||||
publicKey?.encodeToByteArray()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user