Files
noiseprotocol/tests
Brian Warner 807be634aa fix deprecation warning in call to public_bytes() (#33)
It looks like the calls to KeyPair25519 and KeyPair448 weren't being
exercised by the tests, so the 'cryptography' deprecation warnings that they
provoked weren't visible in the test run.

KeyPair448 requires the extra encoding/format parameters, so any uses of
Noise that has "448" in the name would probably have failed. KeyPair25519 was
lenient (since the original release didn't require those parameters), but has
started emitting warnings when they're omitted, and will probably start
throwing errors in the next release. So this patch is needed to fix 448 now,
and 25519 later.

refs #32
2020-03-03 19:12:53 +01:00
..
2017-09-12 00:49:24 +02:00
2017-11-01 11:17:07 +01:00