Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc