Python crypto scalar multiplication HenryZ 2022-08-01 更新于 2022-11-15 目录 使用 PyNaCl 库: import nacl.bindings # scalar multiplication: curve25519_key * public pin_key = nacl.bindings.crypto_scalarmult(curve25519_key, pin_token_bytes) Please enable JavaScript to view the comments powered by giscus.