Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Oldes' Rebol
Oldes' Rebol3

Documentation

  • Functions
  • Datatypes
  • Examples

Development

  • Releases
  • Source code
  • Change Log
Back to top

Rebol3 Code Examplex


RIPEMD-160

Find the RIPEMD-160 message digest of a string of octets.

Rebol [
    title: "Rosetta code: RIPEMD-160"
    file:  %RIPEMD-160.r3
    url:   https://rosettacode.org/wiki/RIPEMD-160
]

text: "Rosetta Code"
print [mold text ":" as-green checksum text 'ripemd160]

Output:

"Rosetta Code" : B3BE159860842CEBAA7174C8FFF0AA9E50A5199F

Reverse the order of lines in a text file while preserving the contents of each line INDEX Rock-paper-scissors
Copyright © 2025, Oldes & Rebol contributors
Page style based on @pradyunsg's Furo