Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Bulletproofs.InnerProductProof.Internal
Documentation
data InnerProductProof f p Source #
Constructors
InnerProductProof | |
Fields
|
Instances
data InnerProductWitness f Source #
Constructors
InnerProductWitness | |
Instances
Eq f => Eq (InnerProductWitness f) Source # | |
Defined in Bulletproofs.InnerProductProof.Internal Methods (==) :: InnerProductWitness f -> InnerProductWitness f -> Bool # (/=) :: InnerProductWitness f -> InnerProductWitness f -> Bool # | |
Show f => Show (InnerProductWitness f) Source # | |
Defined in Bulletproofs.InnerProductProof.Internal Methods showsPrec :: Int -> InnerProductWitness f -> ShowS # show :: InnerProductWitness f -> String # showList :: [InnerProductWitness f] -> ShowS # |
data InnerProductBase p Source #
Constructors
InnerProductBase | |
Instances
Eq p => Eq (InnerProductBase p) Source # | |
Defined in Bulletproofs.InnerProductProof.Internal Methods (==) :: InnerProductBase p -> InnerProductBase p -> Bool # (/=) :: InnerProductBase p -> InnerProductBase p -> Bool # | |
Show p => Show (InnerProductBase p) Source # | |
Defined in Bulletproofs.InnerProductProof.Internal Methods showsPrec :: Int -> InnerProductBase p -> ShowS # show :: InnerProductBase p -> String # showList :: [InnerProductBase p] -> ShowS # |