diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:27:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-12 03:27:04 +0900 |
| commit | 7266045d40e4126767244510541f5f4764ee8afe (patch) | |
| tree | 60647571aef063023908657614b9b8c94eca4922 /crates/shirabe-php-shim | |
| parent | ac242b9ec64e7487a048954a22078db90ce6a155 (diff) | |
| download | php-shirabe-7266045d40e4126767244510541f5f4764ee8afe.tar.gz php-shirabe-7266045d40e4126767244510541f5f4764ee8afe.tar.zst php-shirabe-7266045d40e4126767244510541f5f4764ee8afe.zip | |
feat(port): port Keys.php
Diffstat (limited to 'crates/shirabe-php-shim')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
