Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 545 Bytes

sha1-rexx

##What?## An SHA-1 hash implementation in REXX.

##Why?## Because it's possible.

##Why not?##

  • Because REXX is slow.
  • Because REXX doesn't have fixed-size numeric variables.
  • Because much time is just spent on converting between different numeric formats.

##Resources##