feat: pending support key-256 (secure enclave)

This commit is contained in:
2023-12-08 23:23:53 +08:00
parent 43b43ba055
commit a60bf5c74a
3 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
pub fn is_support_secure_enclave() -> bool {
false
}