Skip to content
/ sha1.fs Public
forked from cthulhuology/sha1.fs

SHA1 implementation in Forth for 32 bit microcontrollers

License

Notifications You must be signed in to change notification settings

ysei/sha1.fs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sha1.fs

A Portable SHA1 implementation in Forth

Getting Started

To add to your gforth project

s" sha1.fs" included
s" abc" sha1 digest

Which will print out the sha1 digest. The values of the 160 bit digest are in the sha-digest buffer.

About

This implementation is based on

http://www.itl.nist.gov/fipspubs/fip180-1.htm

and is a straight forward implementation based on the mainline algo.

Little effort has been put into optimizing the forth, and even less for speed.

Complaints & Bug Fixed

Please send any complaints or patches to:

David Goehrig <dave@dloh.org>

About

SHA1 implementation in Forth for 32 bit microcontrollers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Forth 100.0%