{"id":74825,"library":"aead-serpent","title":"Serpent Block Cipher","description":"A Go implementation of the Serpent block cipher, an AES finalist.","status":"active","version":"0.0.0-20160714141033-fba169763ea6","language":"go","source_language":null,"source_url":"https://github.com/aead/serpent","tags":["cryptography","block-cipher","serpent","aes","security"],"install":[{"cmd":"go get github.com/aead/serpent","lang":"bash","label":"Install github.com/aead/serpent"}],"dependencies":[],"imports":[{"symbol":"serpent","correct":"github.com/aead/serpent"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/aead/serpent\"\n)\n\nfunc main() {\n\tkey := []byte(\"example key 1234\")\n\tblock, err := serpent.NewCipher(key)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(block.BlockSize())\n}","lang":"go","description":"Create a Serpent cipher with a 128-bit key"},"warnings":[],"env_vars":null,"search_vec":"'ae':13,20 'block':2,10,17 'block-ciph':16 'cipher':3,11,18 'cryptographi':15 'finalist':14 'go':5 'implement':6 'secur':21 'serpent':1,9,19","created_at":"2026-06-17T19:08:43.269550+00:00","updated_at":"2026-06-17T19:08:43.269550+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/aead/serpent","github":"https://github.com/aead/serpent","docs":"https://pkg.go.dev/github.com/aead/serpent#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}