X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshsh512.c;h=86e360a7ddbba6344ef2b40b7375d73b49d59599;hb=d77102a8d535a7000d6d909529a61a1564f6d678;hp=a2dd0c0b2316f29663b00b35d12ede3ec2bcb2d3;hpb=c7139c343c722a338e299c3155b173f18842a964;p=PuTTY.git diff --git a/sshsh512.c b/sshsh512.c index a2dd0c0b..86e360a7 100644 --- a/sshsh512.c +++ b/sshsh512.c @@ -45,7 +45,7 @@ #define smallsigma1(r,t,x) ( rorL(r,x,19), rorB(t,x,61), xor(r,r,t), \ shrL(t,x,6), xor(r,r,t) ) -void SHA512_Core_Init(SHA512_State *s) { +static void SHA512_Core_Init(SHA512_State *s) { static const uint64 iv[] = { INIT(0x6a09e667, 0xf3bcc908), INIT(0xbb67ae85, 0x84caa73b), @@ -61,7 +61,7 @@ void SHA512_Core_Init(SHA512_State *s) { s->h[i] = iv[i]; } -void SHA512_Block(SHA512_State *s, uint64 *block) { +static void SHA512_Block(SHA512_State *s, uint64 *block) { uint64 w[80]; uint64 a,b,c,d,e,f,g,h; static const uint64 k[] = {