1
0
mirror of https://github.com/henrydcase/nobs.git synced 2024-11-24 16:11:20 +00:00
Go to file
dependabot[bot] a7142b7412
Bump golang.org/x/sys from 0.0.0-20191120155948-bd437916bb0e to 0.1.0 (#49)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191120155948-bd437916bb0e to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 23:13:08 +00:00
.github Create FUNDING.yml 2020-08-28 23:32:08 +01:00
dh add basic support for ppc64le, riscv64 (#48) 2023-03-13 23:12:45 +00:00
drbg add basic support for ppc64le, riscv64 (#48) 2023-03-13 23:12:45 +00:00
etc support go 1.14 (#29) 2020-03-05 11:19:51 +00:00
hash sm3: use less operations for ff1 and gg1 2021-03-08 23:58:08 +00:00
kem/mkem Update README.md 2021-04-02 17:34:03 +01:00
utils fix: ebx -> ecx (#46) 2020-10-03 15:11:52 +01:00
.gitignore tls: git ignore 2018-07-27 17:11:53 +01:00
.travis.yml support go 1.14 (#29) 2020-03-05 11:19:51 +00:00
go.mod Bump golang.org/x/sys from 0.0.0-20191120155948-bd437916bb0e to 0.1.0 (#49) 2023-03-13 23:13:08 +00:00
go.sum Bump golang.org/x/sys from 0.0.0-20191120155948-bd437916bb0e to 0.1.0 (#49) 2023-03-13 23:13:08 +00:00
LICENSE sha3: optimizations and cleanup (#41) 2020-08-29 02:12:49 +01:00
Makefile add basic support for ppc64le, riscv64 (#48) 2023-03-13 23:12:45 +00:00
README.md Update README.md 2021-04-09 09:14:58 +01:00

NOBS Crypto

Collection of some cryptographic implementations in Go.

Library is rarely updated on as-needed bases. Open for requests.