🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sm3utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sm3utils

SM3 Cryptographic Hash Algorithm.

0.1.4
PyPI
Maintainers
1

sm3utils

SM3 Cryptographic Hash Algorithm.

Install

pip install sm3utils

Usage

from sm3utils import sm3

gen = sm3()
gen.update(b'abc')
result = gen.hexdigest()
print("result=", result)

# result= 66c7f0f462eeedd9d1f2d46bdc10e4e24167c4875cf2f7a2297da02b8f4ba8e0

Releases

0.1.2

  • First release.

0.1.3

  • Add block_size and digest_size properties to sm3utils.sm3.

0.1.4

  • Doc update.

Keywords

sm3

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts