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