ContentHash.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/TextSource/ContentHash.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/TextSource/ContentHash.cs
Source file hash: sha256:7b9ab3085397fdfb0bdac880f62c96139103263662c31daa03465504872d23c8
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ContentHash
Section titled “Type: ContentHash”Original lines: 19-56
Declaration hash: sha256:c16bce5b4726ccd74ed374a52246bad4edb6ea44b92f72892038347f37da5c5c
public static class ContentHash{}Method: Sha256Hex(string utf8Text)
Section titled “Method: Sha256Hex(string utf8Text)”Original lines: 25-29
Declaration hash: sha256:de29aae264c65cba5d17bf93e349b7e02626a71b5be2ff1c2a084ac989e9c4a5
public static string Sha256Hex(string utf8Text);Method: Sha256Hex(byte[] bytes)
Section titled “Method: Sha256Hex(byte[] bytes)”Original lines: 34-47
Declaration hash: sha256:e40092ba576a8748136fd21bafc5e0820f55a96ff14c78a97ed3e827934f186c
public static string Sha256Hex(byte[] bytes);Method: EqualsOrdinal(string left, string right)
Section titled “Method: EqualsOrdinal(string left, string right)”Original lines: 52-55
Declaration hash: sha256:0ecc8e7d82fc51dc0e5bf20ca283fb4b912e5df7d52410202ddb8fd8b147b7c6
public static bool EqualsOrdinal(string left, string right);