Skip to content

fix: tmnt 405, 411, 413, 414, 418, 419, 421, 425#17299

Merged
LHerskind merged 1 commit intonextfrom
lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1
Sep 26, 2025
Merged

fix: tmnt 405, 411, 413, 414, 418, 419, 421, 425#17299
LHerskind merged 1 commit intonextfrom
lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1

Conversation

@LHerskind
Copy link
Contributor

@LHerskind LHerskind commented Sep 25, 2025

This issue fixes TMNT: 405, 411, 413, 414, 418, 419, 421, 425

@LHerskind LHerskind mentioned this pull request Sep 25, 2025
@LHerskind LHerskind force-pushed the lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1 branch from 8b5c7d8 to 66dfec6 Compare September 25, 2025 21:19
@LHerskind LHerskind force-pushed the lh/tmnt-401-veridise-non-standard-hash-to-curve-implementation branch 2 times, most recently from a9ef2c2 to adc6fef Compare September 25, 2025 21:22
@LHerskind LHerskind force-pushed the lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1 branch from 66dfec6 to a3c8c2d Compare September 25, 2025 21:22
@LHerskind LHerskind marked this pull request as ready for review September 25, 2025 21:23
@LHerskind LHerskind changed the title fix: tmnt 421 fix: tmnt 405, 411, 413, 414, 418, 419, 421, 425 Sep 25, 2025
@AztecBot AztecBot force-pushed the lh/tmnt-401-veridise-non-standard-hash-to-curve-implementation branch 2 times, most recently from b9b4d40 to b02160b Compare September 25, 2025 21:51
Base automatically changed from lh/tmnt-401-veridise-non-standard-hash-to-curve-implementation to next September 25, 2025 22:33
// Cannot modulo by 0
if (_indexCount == 0) {
// Cannot modulo by 0 and if 1, then only acceptable value is 0
if (_indexCount <= 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (_indexCount <= 0) {
if (_indexCount <= 1) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sheesh. I'm a moron 💀

@LHerskind LHerskind force-pushed the lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1 branch from a3c8c2d to 70f004d Compare September 26, 2025 07:47
@LHerskind LHerskind added this pull request to the merge queue Sep 26, 2025
Merged via the queue into next with commit 54580b2 Sep 26, 2025
15 checks passed
@LHerskind LHerskind deleted the lh/tmnt-421-spearbit-5-computesampleindex-early-return-if-index-1 branch September 26, 2025 09:52
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