Add sha256 to String and File/FileAccess.

Probably does #4166
This commit is contained in:
Bojidar Marinov 2016-06-17 10:55:16 +03:00
parent 367aabf030
commit 7073bb0bb2
No known key found for this signature in database
GPG key ID: 4B0FD31949AD430D
10 changed files with 366 additions and 7 deletions

View file

@ -380,6 +380,7 @@ public:
String get_line() const;
String get_as_text() const;
String get_md5(const String& p_path) const;
String get_sha256(const String& p_path) const;
/**< use this for files WRITTEN in _big_ endian machines (ie, amiga/mac)
* It's not about the current CPU type but file formats.