Closed decanus closed 5 years ago
@adambabik do you think the length is ok?
@decanus the length of what?
@adambabik the array, 64 byte.
I guess it depends on the use cases, but widely accepted schemes are uuid for example, which is 16 bytes, and would fit fine in the 64 (for sure 64 is plenty).
In our case we could use the compressed version, which is 33 bytes, if we want to reduce the size. But more generally unless we need to recover the key, we can just use an hash of the key (16, 32, 64 bytes, up to us)
@cammellos I'll merge it with 64, we can change it later.
closes #40
@oskarth @adambabik we need to discuss what size the array should have. Right now 64 was taken, this is completely arbitrary though.