Skip to content

refactor(crypto): implement increment_nonce via increment_nonce_number - #3079

Open
NoxToxCipher wants to merge 1 commit into
TokTok:masterfrom
NoxToxCipher:refactor-increment-nonce
Open

refactor(crypto): implement increment_nonce via increment_nonce_number#3079
NoxToxCipher wants to merge 1 commit into
TokTok:masterfrom
NoxToxCipher:refactor-increment-nonce

Conversation

@NoxToxCipher

@NoxToxCipher NoxToxCipher commented Sep 5, 2026

Copy link
Copy Markdown

Deduplicate the carry loop in increment_nonce by calling increment_nonce_number(nonce, 1), addressing the existing TODO.


This change is Reviewable

@github-actions github-actions Bot added the refactor Refactoring production code, eg. renaming a variable, not affecting semantics label Sep 5, 2026
Deduplicate nonce increment logic by having increment_nonce call
increment_nonce_number(nonce, 1). Resolves the existing TODO.
@NoxToxCipher
NoxToxCipher force-pushed the refactor-increment-nonce branch from c1d1208 to 60a1c4f Compare September 7, 2026 10:34
@Green-Sky Green-Sky added this to the v0.2.x milestone Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Refactoring production code, eg. renaming a variable, not affecting semantics

Development

Successfully merging this pull request may close these issues.

2 participants