Exemple #1
0
        /// <summary>
        /// Create the group element associated with a scope.
        /// </summary>
        public static GroupElement GenerateScopeElement(Group Gq, byte[] scope)
        {
            int counter;

            return(Gq.DeriveElement(scope, ScopeElementIndex, out counter));
        }
 /// <summary>
 /// Create the group element associated with a scope.
 /// </summary>
 public static GroupElement GenerateScopeElement(Group Gq, byte[] scope)
 {
     int counter;
     return Gq.DeriveElement(scope, ScopeElementIndex, out counter);
 }