Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
add standard markdown badges to the readme (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Aug 16, 2022
1 parent 223e0a6 commit 7cf89d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.3-dev

## 3.0.2

* Require Dart 2.14.0.
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Cryptographic hashing functions for Dart
[![Dart CI](https://github.com/dart-lang/crypto/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/crypto/actions/workflows/test-package.yml)
[![pub package](https://img.shields.io/pub/v/crypto.svg)](https://pub.dev/packages/crypto)
[![package publisher](https://img.shields.io/pub/publisher/crypto.svg)](https://pub.dev/packages/crypto/publisher)

A set of cryptographic hashing functions implemented in pure Dart
A set of cryptographic hashing functions for Dart.

The following hashing algorithms are supported:

Expand Down Expand Up @@ -49,6 +51,7 @@ from the `Sink<Digest>` used to create the input data sink.

```dart
import 'dart:convert';
import 'package:convert/convert.dart';
import 'package:crypto/crypto.dart';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: crypto
version: 3.0.2
description: Implementations of SHA, MD5, and HMAC cryptographic functions
version: 3.0.3-dev
description: Implementations of SHA, MD5, and HMAC cryptographic functions.
repository: https://github.com/dart-lang/crypto

environment:
Expand Down

0 comments on commit 7cf89d3

Please sign in to comment.