Research Article

Efficient Lattice-Based Signcryption in Standard Model

Algorithm 1

InvertG(b).
Input:
Vector , where .
Output:
Scalar and a vector .
(1)   ;
(2)  for ; ; step   do
(3)   if     then
(4)    ;
(5)   else
(6)    ;
(7)   end if
(8)    ;
(9)    ;
(10)  end for
(11)  Output and .