diff options
Diffstat (limited to 'gp-scripts/smc.gp')
-rw-r--r-- | gp-scripts/smc.gp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gp-scripts/smc.gp b/gp-scripts/smc.gp index 2b7e188..f32f5f2 100644 --- a/gp-scripts/smc.gp +++ b/gp-scripts/smc.gp @@ -17,19 +17,3 @@ smc_hextodec(s:str) = ret; } -smc_genbid(k:small, bid:small, g)= -{ - vector(k,j,g^(bid==j)); -} - -smc_genalpha(k:small, b:vec, r:vec, y)= -{ - vector(k, j, b[j]*y^r[j]); -} - -smc_genbeta(k:small, r:vec, g)= -{ - vector(k, j, g^r[j]); -} - - |