project-machine / puzzlefs

A next-generation container filesystem
Apache License 2.0
393 stars 17 forks source link

Specify enum size? #1

Closed hallyn closed 3 years ago

hallyn commented 3 years ago
  6 All puzzlefs blobs are wrapped in the following structure:
  7
  8     enum hash {
  9         sha256,
 10     }

but an enum is not a definitive size. Shall we specify it as a 32-bit int?