tailSignature property

  1. @TagNumber.new(9)
List<int> get tailSignature

Final MAC produced by the chained signature algorithm.

Implementation

@$pb.TagNumber(9)
$core.List<$core.int> get tailSignature => $_getN(8);
  1. @TagNumber.new(9)
set tailSignature (List<int> value)

Implementation

@$pb.TagNumber(9)
set tailSignature($core.List<$core.int> value) => $_setBytes(8, value);