Fix XS
[digest-highwayhash.git] / HighwayHash.xs
index 28ba7a2d4d9ccfd45117e06739ff6a35d8cb98f4..376130028fa697f1bc240b528cea3c1027fe4ca5 100644 (file)
@@ -48,7 +48,7 @@ AV* highway_hash256(AV *key_av, char *bytes, uint64_t size) {
        dTHX;
        AV* result;
        uint64_t key[4];
-       uint64_t hash[2];
+       uint64_t hash[4];
        process_key(aTHX_ key_av, key);
        HighwayHash256(bytes, size, key, hash);
        result = newAV();
This page took 0.008833 seconds and 4 git commands to generate.