]> git.ipfire.org Git - thirdparty/hostap.git/commit
crypto: Remove unused crypto_bignum_sqrtmod()
authorJouni Malinen <jouni@codeaurora.org>
Fri, 25 Oct 2019 11:34:44 +0000 (14:34 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 25 Oct 2019 16:29:53 +0000 (19:29 +0300)
commitde580bf6c46727c8868abfd8d1134bcd4615ee35
treeb8e252f873afdd1e01e5253586db6707044bb2a4
parent9b292a48f72463628f753d18ea21abca910186bf
crypto: Remove unused crypto_bignum_sqrtmod()

This wrapper function is not used anymore, so drop it instead of trying
to figure out good way of implementing it in constant time with various
crypto libraries.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/crypto/crypto.h
src/crypto/crypto_openssl.c
src/crypto/crypto_wolfssl.c