go-libp2p-core/crypto
Marten Seemann 1262f60147
remove deprecated key stretching struct / function (#203)
This was needed for secio.
2021-07-22 12:28:42 -07:00
..
pb Signed envelopes & routing records (#73) 2020-02-10 14:53:24 -05:00
test_data Absorb go-libp2p abstractions and core types into this module (#1) 2019-05-22 18:31:11 +01:00
bench_test.go fix benchmark of key verifications (#190) 2021-03-30 16:14:00 -07:00
ecdsa_test.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
ecdsa.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
ed25519_test.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
ed25519.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
fixture_test.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
key_not_openssl.go add functions for converting libp2p keys to stdlib variants (#125) 2020-03-06 09:46:59 +00:00
key_openssl.go add functions for converting libp2p keys to stdlib variants (#125) 2020-03-06 09:46:59 +00:00
key_test.go remove deprecated key stretching struct / function (#203) 2021-07-22 12:28:42 -07:00
key.go remove deprecated key stretching struct / function (#203) 2021-07-22 12:28:42 -07:00
openssl_common.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
rsa_common.go Rename constant for weak RSA key environment variable 2019-08-01 19:05:47 -04:00
rsa_go.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
rsa_openssl.go Introduce routability and protocol events; cache unmarshalled RSA keys (#105) 2020-01-16 02:29:26 +01:00
rsa_test.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
secp256k1_test.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00
secp256k1.go remove deprecated Bytes method from the Key interface (#204) 2021-07-22 12:18:09 -07:00