Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1023347 // isSHA256 - checks a string for SHA256 format

JavaX fragment (include)

static bool isSHA256(S s) {
  ret l(s) == 64 && isLowerHexString(s);
}

Author comment

Began life as a copy of #1002081

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023347
Snippet name: isSHA256 - checks a string for SHA256 format
Eternal ID of this version: #1023347/2
Text MD5: 9be9763ab509683163a4a3d635001ecc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-06 20:56:26
Source code size: 72 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 253
Version history: 1 change(s)
Referenced in: [show references]