Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Implementing a zero-knowledge proof of membership #44

@pgrinaway

Description

@pgrinaway

Hi,

I've been trying to implement this zero knowledge proof of membership technique. I was wondering if you had any advice on the following regarding design:

Where to put the code to create a random group generator (I had thought I could just write G::elem(Integer) where Integer is the group generator, but that doesn't seem to work--the compiler complains that there is no variant elem. Perhaps it is better to implement the random group generator function inside the group implementations?

Thanks. Apologies if not clear or if I just missed something painfully obvious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions