Skip to content

Commit 176e990

Browse files
authored
sha2-asm v0.6.1 (#36)
1 parent 5657d94 commit 176e990

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha2/CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.6.1 (2021-05-05)
9+
### Added
10+
- `aarch64` implementation of SHA-256 for the M1 chip ([#35])
11+
12+
[#35]: https://github.com/RustCrypto/asm-hashes/pull/35
13+
14+
## 0.6.0 (2021-02-09)
15+
16+
## 0.5.5 (2021-01-25)
17+
18+
## 0.5.4 (2020-06-11)
19+
20+
## 0.5.3 (2020-01-05)
21+
22+
## 0.5.2 (2019-04-15)
23+
24+
## 0.5.1 (2018-05-15)
25+
26+
## 0.5.0 (2018-04-27)
27+
28+
## 0.4.0 (2018-03-19)
29+
30+
## 0.3.0 (2017-06-27)
31+
32+
## 0.2.1 (2017-05-09)
33+
34+
## 0.2.0 (2017-05-08)
35+
36+
## 0.1.0 (2017-05-07)

sha2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2-asm"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["RustCrypto Developers"]
55
license = "MIT"
66
description = "Assembly implementation of SHA-2 compression functions"

0 commit comments

Comments
 (0)