Method AppendHash
AppendHash(Hash128, ref Hash128)
Appends two hashes.
Declaration
public static void AppendHash(Hash128 inHash, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash | Hash to append with. |
Hash128 | outHash | The hash that will be updated. |
AppendHash(Hash128, Hash128, ref Hash128)
Appends three hashes.
Declaration
public static void AppendHash(Hash128 inHash1, Hash128 inHash2, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash1 | Hash 1 to append with. |
Hash128 | inHash2 | Hash 2 to append with. |
Hash128 | outHash | The hash that will be updated. |
AppendHash(Hash128, Hash128, Hash128, ref Hash128)
Appends four hashes.
Declaration
public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash1 | Hash 1 to append with. |
Hash128 | inHash2 | Hash 2 to append with. |
Hash128 | inHash3 | Hash 3 to append with. |
Hash128 | outHash | The hash that will be updated. |
AppendHash(Hash128, Hash128, Hash128, Hash128, ref Hash128)
Appends five hashes.
Declaration
public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash1 | Hash 1 to append with. |
Hash128 | inHash2 | Hash 2 to append with. |
Hash128 | inHash3 | Hash 3 to append with. |
Hash128 | inHash4 | Hash 4 to append with. |
Hash128 | outHash | The hash that will be updated. |
AppendHash(Hash128, Hash128, Hash128, Hash128, Hash128, ref Hash128)
Appends six hashes.
Declaration
public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, Hash128 inHash5, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash1 | Hash 1 to append with. |
Hash128 | inHash2 | Hash 2 to append with. |
Hash128 | inHash3 | Hash 3 to append with. |
Hash128 | inHash4 | Hash 4 to append with. |
Hash128 | inHash5 | Hash 5 to append with. |
Hash128 | outHash | The hash that will be updated. |
AppendHash(Hash128, Hash128, Hash128, Hash128, Hash128, Hash128, ref Hash128)
Appends seven hashes.
Declaration
public static void AppendHash(Hash128 inHash1, Hash128 inHash2, Hash128 inHash3, Hash128 inHash4, Hash128 inHash5, Hash128 inHash6, ref Hash128 outHash)
Parameters
Type | Name | Description |
---|---|---|
Hash128 | inHash1 | Hash 1 to append with. |
Hash128 | inHash2 | Hash 2 to append with. |
Hash128 | inHash3 | Hash 3 to append with. |
Hash128 | inHash4 | Hash 4 to append with. |
Hash128 | inHash5 | Hash 5 to append with. |
Hash128 | inHash6 | Hash 6 to append with. |
Hash128 | outHash | The hash that will be updated. |