ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos-ai.html
Apache License 2.0
11 stars 6 forks source link

NOISSUE - Add sha3-256 file hashing command to CLI #129

Closed SammyOina closed 1 month ago

SammyOina commented 1 month ago

What type of PR is this?

This is a feature as it introduces file hash tool

What does this do?

Introduced a new command for the CLI to calculate the sha3-256 hash of a given file. The update enhances the utility's cryptography toolkit by allowing users to easily generate and verify file integrity directly through the command-line interface.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

No

Did you document any new/modified feature?

No

Notes