# Functions
CalculateGarbageCollectDate is used to calculate the date at which a file will be removed from our inventory.
GenerateMultiAddrFromString is used to take a string, and convert it to a multiformat based address.
GenerateRandomUtils is used to generate our random utils struct.
ParseMultiAddrForIPFSPeer is used to parse a multiaddress to determine whether its a valid ipfs address.
ParsePeerIDFromIPFSMultiAddr is used to parse a multiaddress and extract the IPFS peer id.
# Constants
LetterBytes are the letters of an alphabet used to generate a random number.
# Structs
RandomUtils is our helper struct for random related utilities.