Skip to content

error: mutable 'seed' not accessible from here #24

@nektro

Description

@nektro
Contributor
/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1607:24: error: mutable 'seed' not accessible from here
            a1: *[32 + seed.len]u8,
                       ^
/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1577:13: note: declared mutable here
        var seed: [77]u8 = undefined;
            ^
/home/snuc/dev/zigmod/.zigmod/deps/git/github.com/alexnask/iguanaTLS/src/main.zig:1605:35: note: crosses namespace boundary here
        const KeyExpansionState = struct {
                                  ^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @nektro

      Issue actions

        `error: mutable 'seed' not accessible from here` · Issue #24 · alexnask/iguanaTLS