Skip to content

Commit

Permalink
Updated readme to show what the crypto example produces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bury committed Aug 5, 2024
1 parent e0dec8b commit 53dc3a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions procfs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,23 @@ Lots of references to this locations: addr=0x81ba3000, pfn=531363, refs=128
Found RAM here: 0x100000000-0x11fffffff
Lots of references to this locations: addr=0x1b575000, pfn=111989, refs=134
```


## Crypto

List available crypto algorithms, along with details. Passing an algorithm as an argument will show only that algorithms

implementations (this can potentially be multiple). Partial arguments (i.e "sha") will return all algorithms that match.

```text
Type: sha256
Name: sha256
Driver: sha256-avx2
Module: sha256_ssse3
Priority: 170
Ref Count: 2
Self Test: Passed
Internal: false
fips enabled: false
Type Details: Shash(Shash { block_size: 64, digest_size: 32 })
```

0 comments on commit 53dc3a7

Please sign in to comment.