Interface PreprocessedKeysOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
PreprocessedKeys, PreprocessedKeys.Builder

@Generated public interface PreprocessedKeysOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The aggregation key for the hinTS scheme
    com.google.protobuf.ByteString
    * The succinct verification key for the hinTS scheme.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAggregationKey

      com.google.protobuf.ByteString getAggregationKey()
       *
       The aggregation key for the hinTS scheme
       
      bytes aggregation_key = 1;
      Returns:
      The aggregationKey.
    • getVerificationKey

      com.google.protobuf.ByteString getVerificationKey()
       *
       The succinct verification key for the hinTS scheme.
       
      bytes verification_key = 2;
      Returns:
      The verificationKey.