Skip to content

[EN] SHA-256 implementation / [FR] implementation du SHA-256

License

Notifications You must be signed in to change notification settings

coursecomputer/SHA256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

SHA-256

[EN] Implementation of the SHA-256 hash algorithm

[FR] Implémentation de l'algorithme de hash SHA-256

Explanation

Technology

Usage

CLI:

go test -v ./test

CODE:

import "github.com/coursecomputer/SHA256/source"

var sha256 = SHA256.Init()

sha256.Update([]byte("..."))
hash := sha256.Digest()

Links

About

[EN] SHA-256 implementation / [FR] implementation du SHA-256

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages