Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Exercise on packing data in felt using bitwise #143

Open
tekkac opened this issue May 20, 2022 · 0 comments
Open

Exercise on packing data in felt using bitwise #143

tekkac opened this issue May 20, 2022 · 0 comments
Labels
Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Duration: under a day wil take up to one day State: open ready for contribution Techno: cairo cairo Type: feature a new feature to implement

Comments

@tekkac
Copy link
Contributor

tekkac commented May 20, 2022

Description

Felts can be used to pack multiple pieces of data more efficiently.
Show how to can encode and decode multiple variables in a felt using bitwise operations and bit masking.

Resource:

Acceptance criteria

  • Add a bitwise exercise on data packing
  • The contract compiles and tests pass
  • An exercise patch is generated
@tekkac tekkac added Type: feature a new feature to implement Duration: under a day wil take up to one day Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Techno: cairo cairo State: open ready for contribution labels May 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Difficulty: intermediate mobilise some notions about the field, but can be learned while doing Duration: under a day wil take up to one day State: open ready for contribution Techno: cairo cairo Type: feature a new feature to implement
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant