Skip to content

Conversation

jfrain99
Copy link

When inspecting the eflame of computing the AO token, lots of time being taken in dev_scheduler_formats:aos2_to_assignments, specifically rsa_pss:verify and rsa_pss:int_to_bit_size (14% of computation time). When replacing int_to_bit_size with a more efficient implementation, drops to 2%. Eflames below:
Before:
Screenshot 2025-09-30 at 4 46 12 PM
After:
Screenshot 2025-09-30 at 4 46 35 PM

@jfrain99 jfrain99 force-pushed the fix/improve-rsa-verify-efficiency branch from aafdec3 to 02c0e03 Compare September 30, 2025 20:48
@jfrain99 jfrain99 force-pushed the fix/improve-rsa-verify-efficiency branch from 02c0e03 to dac82f4 Compare September 30, 2025 20:48
Base automatically changed from omni/m3-b3 to edge October 2, 2025 11:49
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.

1 participant