@iden3/binfileutils

Utils to work with iden3 binary files.

Usage no npm install needed!

<script type="module">
  import iden3Binfileutils from 'https://cdn.skypack.dev/@iden3/binfileutils';
</script>

README

binutils

Utility to work with binary files

Format

4 bytes => file type uint32 => Version uint32 => Number of secionsi

..For each section

uint32 => sectionType uint64 => sectionBodySize bytes => sectionBody