グループ要素を、その値を変更しない別のグループ要素と乗算する必要があります。ペアリンググループ要素の整数乗算により、その値が変更されます。
group = PairingGroup('SS512')
g= group.random(G1)
g*1 ==> some other pairing group element
g*g_identity = g # Is there any g_identity element defined in charm crypto?
グループ要素を、その値を変更しない別のグループ要素と乗算する必要があります。ペアリンググループ要素の整数乗算により、その値が変更されます。
group = PairingGroup('SS512')
g= group.random(G1)
g*1 ==> some other pairing group element
g*g_identity = g # Is there any g_identity element defined in charm crypto?