Home
last modified time | relevance | path

Searched refs:PubKey (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py279 class PubKey(object): class
300 return PubKey(curve, privkey.x * G)
302 return PubKey(curve, modinv(privkey.x, q) * G)