Skip to content

Commit

Permalink
sha2-asm v0.6.1 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored May 5, 2021
1 parent 5657d94 commit 176e990
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions sha2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.6.1 (2021-05-05)
### Added
- `aarch64` implementation of SHA-256 for the M1 chip ([#35])

[#35]: https://github.com/RustCrypto/asm-hashes/pull/35

## 0.6.0 (2021-02-09)

## 0.5.5 (2021-01-25)

## 0.5.4 (2020-06-11)

## 0.5.3 (2020-01-05)

## 0.5.2 (2019-04-15)

## 0.5.1 (2018-05-15)

## 0.5.0 (2018-04-27)

## 0.4.0 (2018-03-19)

## 0.3.0 (2017-06-27)

## 0.2.1 (2017-05-09)

## 0.2.0 (2017-05-08)

## 0.1.0 (2017-05-07)
2 changes: 1 addition & 1 deletion sha2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha2-asm"
version = "0.6.0"
version = "0.6.1"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of SHA-2 compression functions"
Expand Down

0 comments on commit 176e990

Please sign in to comment.