Taylor Bartlett

Results 20 comments of Taylor Bartlett

@wez I don't think that workspaces really works for the use case described. This is absolutely something I would be interested in, I use it daily in tmux. I can...

Current workaround: ```lua local tab_titles = { 'test1' } wezterm.on('format-tab-title', function(tab) local title = tab.tab_id .. ': ' .. tab.active_pane.title if tab_titles[tab.tab_id + 1] ~= nil then title = tab_titles[tab.tab_id...

Yeah, it really doesn't matter haha. I forgot to take that out. Whatever you want!

@Gilthoniel I was confused about how to actually use the kyber suite when I started. Sorry about that, the hack is removed!

Does it look OK otherwise? I am using this code to test it (mostly lifted from the ElGamal example in ed25519): ```go package main import ( "fmt" "go.dedis.ch/kyber/v3" "go.dedis.ch/kyber/v3/pairing" "go.dedis.ch/kyber/v3/util/random"...

I included `examples/bn256_enc_test.go`. Not sure what you mean about the test being weak. I am willing to add more tests if you point me in the right direction.

Sounds good, I could add the isOnCurve check. I couldn't find a good source to check if the point is in the group or not. The other method I saw...

Any word on this?

@armfazh embedding a hash on a curve kinda defeats El Gamal right? The data needs to be recoverable and hashing it would destroy the original message

Would it be possible to get this merged?