Commit graph

13 commits

Author SHA1 Message Date
Evan Su
adc0f34eac check for rand.Read errors and panic
Unlikely to happen but make sure to panic if rand.Read fails otherwise values may be zeroed arrays
2024-09-05 16:28:52 -04:00
Evan Su
059b4d54f9 Move packages to Picocrypt org 2024-08-30 19:41:07 -04:00
dependabot[bot]
ccf2480812
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-08 01:27:56 +00:00
Evan Su
ac8898a816
Merge pull request #7 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/term-0.23.0
Bump golang.org/x/term from 0.22.0 to 0.23.0 in /picocrypt
2024-08-07 21:27:08 -04:00
dependabot[bot]
b0b4c2d8be
Bump golang.org/x/term from 0.22.0 to 0.23.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.23.0.
- [Commits](https://github.com/golang/term/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-07 03:27:37 +00:00
dependabot[bot]
c8d9291600
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.5 to 3.14.6.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.5...v3.14.6)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 03:47:55 +00:00
dependabot[bot]
eafa8e00b8
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.4 to 3.14.5.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.4...v3.14.5)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-30 03:33:06 +00:00
dependabot[bot]
ff0ddc5b7d
Bump golang.org/x/crypto from 0.23.0 to 0.25.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.25.0.
- [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:57:56 +00:00
dependabot[bot]
20b5d6062a
Bump golang.org/x/term from 0.20.0 to 0.22.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.20.0 to 0.22.0.
- [Commits](https://github.com/golang/term/compare/v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:23:02 +00:00
dependabot[bot]
2168157a1e
Bump github.com/schollz/progressbar/v3 in /picocrypt
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.3 to 3.14.4.
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](https://github.com/schollz/progressbar/compare/v3.14.3...v3.14.4)

---
updated-dependencies:
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-08 00:07:36 +00:00
Evan Su
2dd41b0e56
Test CodeQL 2024-06-01 14:42:01 -04:00
Evan Su
4ecbdb2fe2 Cleanup, update 2024-06-01 14:39:10 -04:00
Evan Su
7a8a9af5e0 Initial commit 2024-06-01 14:35:01 -04:00