rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 33747bb16f
Rename KeyPair to Keypair
We use "keypair" in identifiers (local vars and function names) but
`KeyPair` - one of them is wrong.

Elect to follow upstream and define keypair as a single word i.e., use
`Keypair` for type name and `keypair` in identifiers.

This patch can be reproduced mechanically by doing two
search-and-replace operations on all files excluding the CHANGELOG

- Replace "KeyPair" with "Keypair"
- Replace "key_pair" with "keypair"
2023-08-19 08:35:47 +10:00
..
lib.rs Rename KeyPair to Keypair 2023-08-19 08:35:47 +10:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
recovery.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
types.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00