From 7266045d40e4126767244510541f5f4764ee8afe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 12 May 2026 03:27:04 +0900 Subject: feat(port): port Keys.php --- crates/shirabe-php-shim/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/shirabe-php-shim/src/lib.rs') diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 0533c0a..03db936 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -35,6 +35,10 @@ pub struct InvalidArgumentException { pub code: i64, } +pub fn hash(algo: &str, data: &str) -> String { + todo!() +} + #[derive(Debug)] pub struct PharData { path: String, -- cgit v1.3.1