This repository was archived by the owner on Jan 8, 2025. It is now read-only.
generated from keep-starknet-strange/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 83
dev: prefer from_be_bytes
to load_word
#906
Labels
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedBeing a cairo dev and a newcomer to the kakarot codebase , i think this will be a good issue to get familiar with the codebase. How I plan on tackling this issue
|
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedHi, I have been contributing in odhacks for quite some time now and have expertise in rust and blockchain specs , few of them are
How I plan on tackling this issueI will search for possible usecases of |
The maintainer enitrat has assigned lordshashank to this issue via OnlyDust Platform. |
9 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
from_be_bytes
is a generic implementation that tries converting a collection of bytes to a type T.Refactor the codebase to use
from_be_bytes
andfrom_be_bytes_partial
instead ofload_word
for better maintainability.The text was updated successfully, but these errors were encountered: