]> git.ipfire.org Git - thirdparty/hostap.git/commit
crypto: Add functions for computing the Legendre symbol and EC y^2
authorJouni Malinen <j@w1.fi>
Thu, 25 Jun 2015 08:33:34 +0000 (11:33 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 26 Jun 2015 19:41:51 +0000 (22:41 +0300)
commit16841ab246aa43d0b1737ab0fc732d4ea9dca362
treebe026930599306f66d975401f40058925e7fb976
parent9e286d5ea2da36a67a0e15ea0368bf930e2c88f0
crypto: Add functions for computing the Legendre symbol and EC y^2

These are needed to implement side-channel protection for SAE PWE
derivation for ECC.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto.h
src/crypto/crypto_openssl.c