You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//itob converts an int to an 8-byte big endian encoded byte slice.
//In general, use big endian encoding for integers because it provides lexicographical sorting which is important when we want to iterate over our data.