Skip to content

ikantech/YiSMCoreAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YiSMCoreAndroid

yismcore for android

How To

gradle import

implementation 'net.yiim.yismcore:yismcore-android:1.0.1'

Digest

support digest algorithm

MD5、SHA1、SHA224、SHA256、SHA384、SHA512、SM3、SHA3-224、SHA3-256、SHA3-384、SHA3-512、BLAKE-2S、BLAKE-2B

MD5 example

byte[] retBytes = YiSMCore.getInstance("MD5")
                        .setupForDigest()
                        .doFinal(new byte[]{0x61, 0x62, 0x63});

Docs

document website

About

yismcore android version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published