
function get_a(){
privateValue_bytes = crypto.getRandomValues(new Uint8Array(256))
var e_bi = 2n,
r_bi = BigInt('0x' + bytesToHex(privateValue_bytes))
n_bi = BigInt('0x' + default_str)
var tmp = __f(e_bi, r_bi, n_bi)
publicValue_bytes = BigIntToBytes(tmp)
var global_a = base64_encode(publicValue_bytes)
return {
"data": {
"a":global_a,
"privateValue": base64_encode(privateValue_bytes),
"publicValue": base64_encode(publicValue_bytes)
}
}
}
Mike0 发表于 2026-7-30 22:39
这不苹果登录吗
补充内容 (2026-7-30 22:41):
| 欢迎光临 精易论坛 (https://bbs.ijingyi.com/) | Powered by Discuz! X3.4 |