feat: add sncrypto client side packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { HexString } from '../Types/HexString'
|
||||
import { Utf8String } from '../Types/Utf8String'
|
||||
|
||||
export interface CryptoSha256Interface {
|
||||
sha256(text: Utf8String): HexString
|
||||
}
|
||||
1
packages/sncrypto-common/src/SHA/index.ts
Normal file
1
packages/sncrypto-common/src/SHA/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './CryptoSha256Interface'
|
||||
Reference in New Issue
Block a user