Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add padding support & make it optional (#21)
* refactor: encoder/decoder into modules * refactor: fn into struct with encoder/decoder globals * feat: add optional padding to encoder * test: encoder with pad/no pad * feat: add optional padding to decoder * test: decoder with pad/no pad * chore: bump compiler version to 0.36.0 & nargo fmt * feat: optimize padding * feat: assert output length * fix: fix input/ouput length assertion on non pad * fix: formattin * chore: improve encode length calc --------- Co-authored-by: Saleel <[email protected]>
- Loading branch information