create

actual fun create(config: VaultConfig): SecureVault
expect fun create(config: VaultConfig): SecureVault

Builds a SecureVault for the given config. Multiple calls with the same VaultConfig.namespace return independent instances that address the same underlying storage.

actual fun create(config: <Error class: unknown class>): <Error class: unknown class>