| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bulletproofs.InnerProductProof.Internal
Documentation
data InnerProductProof f 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 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 # | |