Skip to content

Commit

Permalink
Add messageDigest: to GS64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Jun 18, 2024
1 parent c4216b0 commit 2f7a1ac
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ GemStone64Platform >> includesGlobalNamed: aSymbol [
notNil
]

{ #category : 'message digest' }
GemStone64Platform >> messageDigest: string [

^ string sha256SumBytes
]

{ #category : 'accessing' }
GemStone64Platform >> os [

Expand Down

0 comments on commit 2f7a1ac

Please sign in to comment.