Skip to content

Commit

Permalink
refactor(#29): updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencedro committed Apr 14, 2024
1 parent bd4922a commit 1f6cc42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ Below are the recognized algorithm names for supported SHA operations according
- `SHA-384`
- `SHA-512`

There are no parameter definitions, however we use [Params](#params-1) below for importing purposes.

##### Params

This is an empty struct that we use to register SHA algorithms without using a blank import. If you don't
Expand All @@ -514,9 +516,6 @@ a blank import like below:

#### Examples

Below are the parameters that supported SHA operations will take according to
[§30.2](https://www.w3.org/TR/WebCryptoAPI/#sha-registration).

```go
package main

Expand Down

0 comments on commit 1f6cc42

Please sign in to comment.