Skip to content

Due to the use of fillBytes golang-jwt now requires go1.15 #50

@zeripath

Description

@zeripath

jwt/ecdsa.go

Lines 135 to 136 in 4bbdd8a

r.FillBytes(out[0:keyBytes]) // r is assigned to the first half of output.
s.FillBytes(out[keyBytes:]) // s is assigned to the second half of output.

from #33, means that golang-jwt/jwt now requires go1.15.

Is this intentional?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions