We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4922a commit 1f6cc42Copy full SHA for 1f6cc42
README.md
@@ -504,6 +504,8 @@ Below are the recognized algorithm names for supported SHA operations according
504
- `SHA-384`
505
- `SHA-512`
506
507
+There are no parameter definitions, however we use [Params](#params-1) below for importing purposes.
508
+
509
##### Params
510
511
This is an empty struct that we use to register SHA algorithms without using a blank import. If you don't
@@ -514,9 +516,6 @@ a blank import like below:
514
516
515
517
#### Examples
518
-Below are the parameters that supported SHA operations will take according to
-[§30.2](https://www.w3.org/TR/WebCryptoAPI/#sha-registration).
519
-
520
```go
521
package main
522
0 commit comments