SHR 156 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR32(t1, 7) ^ ROTR32(t1,18) ^ SHR(t1, 3)) SHR 157 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR32(t2,17) ^ ROTR32(t2,19) ^ SHR(t2,10)) SHR 537 crypto/third_party/nss/sha512.cc #define s0(x) (t1 = x, ROTR64(t1, 1) ^ ROTR64(t1, 8) ^ SHR(t1,7)) SHR 538 crypto/third_party/nss/sha512.cc #define s1(x) (t2 = x, ROTR64(t2,19) ^ ROTR64(t2,61) ^ SHR(t2,6))