[ot][spam][crazy][random][crazy]

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Sun Nov 13 00:56:26 PST 2022


an interface for writing/reading needs a way to:
- store data, and get a locator back for it
- provide a locator, and retrieve data

I started this:
class IStore:
    def fetch(self, locator):
        raise NotImplementedError("fetch")
    def store(self, data):
        raise NotImplementedError("store")


More information about the cypherpunks mailing list