add hash base64 (#813)

This commit is contained in:
Darren Schroeder
2022-01-22 10:23:55 -06:00
committed by GitHub
parent afe83104c6
commit 6a446f708d
3 changed files with 302 additions and 0 deletions

View File

@ -314,6 +314,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Hash,
HashMd5::default(),
HashSha256::default(),
Base64,
};
#[cfg(feature = "plugin")]