Jouni Malinen 9973129646 wolfSSL: Fix crypto_bignum_rshift() wrapper
The n argument to this function is number of bits, not bytes, to shift.
As such, need to use mp_rshb() instead of mp_rshd(). This fixes EAP-pwd
with P-521 curve.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2018-05-17 22:02:02 +03:00
..
2017-03-07 13:19:10 +02:00
2018-04-15 00:01:33 +03:00
2017-12-24 17:35:38 +02:00
2017-12-24 17:38:10 +02:00
2017-09-05 18:58:59 +03:00
2012-08-19 16:53:15 +03:00
2016-12-28 14:31:42 +02:00
2016-12-28 14:31:42 +02:00
2017-02-16 22:15:29 +02:00
2017-12-28 22:33:12 +02:00