Derive Key #222
Annotations
7 errors
register.go#L5
could not import github.com/grafana/xk6-webcrypto/webcrypto (-: # github.com/grafana/xk6-webcrypto/webcrypto
|
webcrypto/pbkdf2.go#L43
cannot use &PBKDF2KeyImportParams{} (value of type *PBKDF2KeyImportParams) as KeyImporter value in variable declaration: *PBKDF2KeyImportParams does not implement KeyImporter (missing method ImportKey)
|
webcrypto/key.go#L220
cannot use newPBKDF2KeyImportParams(rt, normalized, params) (value of type *PBKDF2KeyImportParams) as KeyImporter value in assignment: *PBKDF2KeyImportParams does not implement KeyImporter (missing method ImportKey)) (typecheck)
|
webcrypto/aes.go#L1
: # github.com/grafana/xk6-webcrypto/webcrypto [github.com/grafana/xk6-webcrypto/webcrypto.test]
|
webcrypto/pbkdf2.go#L43
cannot use &PBKDF2KeyImportParams{} (value of type *PBKDF2KeyImportParams) as KeyImporter value in variable declaration: *PBKDF2KeyImportParams does not implement KeyImporter (missing method ImportKey)
|
webcrypto/key.go#L220
cannot use newPBKDF2KeyImportParams(rt, normalized, params) (value of type *PBKDF2KeyImportParams) as KeyImporter value in assignment: *PBKDF2KeyImportParams does not implement KeyImporter (missing method ImportKey) (typecheck)
|
|
This job failed
Loading