Commit graph

43 commits

Author SHA1 Message Date
dependabot[bot]
cd1e6eca8f
Bump golang.org/x/term from 0.24.0 to 0.25.0 in /picocrypt
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/term/compare/v0.24.0...v0.25.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-10-07 04:02:03 +00:00
Evan Su
620f3a023f
Bump to 2.08
No changes, just updated dependencies.
2024-09-11 21:40:36 -04:00
Evan Su
a87e12e577
Merge pull request #10 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/crypto-0.27.0
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /picocrypt
2024-09-06 11:33:37 -04:00
dependabot[bot]
82624d3625
Bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /picocrypt
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.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-09-06 03:16:11 +00:00
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
81f37498ce
Release 2.06 2024-08-30 19:43:49 -04:00
Evan Su
059b4d54f9 Move packages to Picocrypt org 2024-08-30 19:41:07 -04:00
Evan Su
56bb1e9306
Update VERSION to 2.05 2024-08-10 23:43:52 -04:00
Evan Su
61ad9796e1
Merge pull request #6 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/crypto-0.26.0
Bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /picocrypt
2024-08-10 22:47:18 -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
Evan Su
c4b7121b47
Merge pull request #5 from Picocrypt/dependabot/go_modules/picocrypt/github.com/schollz/progressbar/v3-3.14.6
Bump github.com/schollz/progressbar/v3 from 3.14.5 to 3.14.6 in /picocrypt
2024-08-07 21:26:51 -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
Evan Su
ae8cac9626
Merge pull request #4 from Picocrypt/dependabot/go_modules/picocrypt/github.com/schollz/progressbar/v3-3.14.5
Bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 in /picocrypt
2024-07-30 21:45:13 -04: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
Evan Su
7d61c397d5
Bump to 2.04 2024-07-08 23:16:18 -04:00
Evan Su
b13f8d452f
Add 386 and wasi builds 2024-07-08 23:14:32 -04:00
Evan Su
e87eb6514e
Bump to 2.03 2024-07-07 21:14:05 -04:00
Evan Su
9a812ec9f1
Merge pull request #2 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/crypto-0.25.0
Bump golang.org/x/crypto from 0.23.0 to 0.25.0 in /picocrypt
2024-07-07 21:13:39 -04: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
Evan Su
22c61f665c
Merge pull request #1 from Picocrypt/dependabot/go_modules/picocrypt/golang.org/x/term-0.22.0
Bump golang.org/x/term from 0.20.0 to 0.22.0 in /picocrypt
2024-07-07 20:45:48 -04: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
Evan Su
5a39f949ac
Merge pull request #3 from Picocrypt/dependabot/go_modules/picocrypt/github.com/schollz/progressbar/v3-3.14.4
Bump github.com/schollz/progressbar/v3 from 3.14.3 to 3.14.4 in /picocrypt
2024-07-07 20:11:22 -04: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
d73a0058f4
Create dependabot.yml 2024-07-07 20:05:47 -04:00
Evan Su
8c028af677
Update VERSION 2024-07-07 20:01:16 -04:00
Evan Su
d229d6d049
Update build.yml 2024-07-07 20:01:03 -04:00
Evan Su
e887e12a11
Update VERSION 2024-07-07 19:59:43 -04:00
Evan Su
87c9210cc4
Update build.yml 2024-07-07 19:59:30 -04:00
Evan Su
af263400e6
Update VERSION 2024-07-07 19:58:15 -04:00
Evan Su
eba4ab593e
Update VERSION 2024-07-07 19:57:57 -04:00
Evan Su
50f671a96f
Create build.yml 2024-07-07 19:57:40 -04:00
Evan Su
d6504d6040
Update README.md 2024-07-07 19:52:22 -04:00
Evan Su
3829498a0a
Update README.md 2024-07-07 19:50:51 -04:00
Evan Su
44ac4b04d2
Create VERSION 2024-07-07 19:49:45 -04:00
Evan Su
f4eaec6583
Update README.md 2024-07-07 19:48:53 -04:00
Evan Su
f0ff33e990
Create CODEOWNERS 2024-07-07 19:47:57 -04:00
Evan Su
d6a5ccfdcb
Update README.md 2024-06-01 17:51:36 -04: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
Evan Su
7154a4b859
Initial commit 2024-06-01 11:09:16 -04:00