Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: golang/crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Oct 24, 2022

  1. all: use math/bits.RotateLeft

    Updates golang/go#31456
    
    Change-Id: Idf043a25632526baa190bf42ed360cb79f85e493
    GitHub-Last-Rev: 5946157
    GitHub-Pull-Request: #195
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/356518
    Auto-Submit: Filippo Valsorda <filippo@golang.org>
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Filippo Valsorda <filippo@golang.org>
    AlexanderYastrebov authored and gopherbot committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a3485e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. ssh: fix typo

    Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Than McIntosh <thanm@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    ideapark authored and gopherbot committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    334521b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: Ic7c0afcece0f3d2065c7a7e08f092c4344d90655
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448755
    Run-TryBot: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Jenny Rakoczy <jenny@golang.org>
    gopherbot committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    183a9b7 View commit details
    Browse the repository at this point in the history
Loading