Skip to content

Conversation

@tarcieri
Copy link
Member

From https://rust-lang.github.io/api-guidelines/naming.html

In UpperCamelCase, acronyms and contractions of compound words count
as one word: use Uuid rather than UUID, Usize rather than USize or
Stdin rather than StdIn.

Based on the Usize example, it's pretty clear we should be using Uint rather than UInt.

This is also consistent with crypto-bigint:

RustCrypto/crypto-bigint#143

From https://rust-lang.github.io/api-guidelines/naming.html

> In UpperCamelCase, acronyms and contractions of compound words count
> as one word: use Uuid rather than UUID, Usize rather than USize or
> Stdin rather than StdIn.

Based on the `Usize` example, it's pretty clear we should be using
`Uint` rather than `UInt`.

This is also consistent with `crypto-bigint`:

RustCrypto/crypto-bigint#143
@tarcieri tarcieri merged commit 675c27c into master Jan 14, 2023
@tarcieri tarcieri deleted the elliptic-curve/rename-curve-uint branch January 14, 2023 00:26
@tarcieri tarcieri mentioned this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants